19 lines
469 B
PHP
Executable File
19 lines
469 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="home">
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="/webapp/js/home/main.js"></script>
|
|
|
|
</html> |