Current section

Files

Jump to
lustre priv templates index.html
Raw

priv/templates/index.html

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🚧 {app_name}</title>
<script type="module" src="./index.mjs"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>