WEBAPP NEW UI FIRST COMMIT
This commit is contained in:
19
resources/views/home/home.blade.php
Executable file
19
resources/views/home/home.blade.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{{G::Loadtranslation('ID_HOME')}}</title>
|
||||
<link rel="stylesheet" href="/webapp/css/app.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{ ScriptVariables::render() }}
|
||||
<div id="home">
|
||||
</div>
|
||||
</body>
|
||||
<script type="text/javascript" src="/webapp/js/home/main.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user