mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-11 22:56:40 +00:00
10 lines
207 B
Smarty
10 lines
207 B
Smarty
<!doctype html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body class="container">
|
|
<div id="app"></div>
|
|
<script src="js/{{filename}}.js"></script>
|
|
</body>
|
|
</html> |