Files
luos/resources/views/home/home.blade.php

19 lines
469 B
PHP
Raw Normal View History

2020-12-02 19:46:17 +00:00
<!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>