Files
luos/resources/views/home/home.blade.php
Henry Jordan c2f0d239aa PMCORE-2512
2020-12-04 13:33:23 +00:00

19 lines
468 B
PHP
Executable File

<!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="app">
</div>
</body>
<script type="text/javascript" src="/webapp/js/home/main.js"></script>
</html>