Files
spa_app/index.html
Martijn Remmen 0c60a58779
Some checks failed
test / test (push) Has been cancelled
initial commit
2024-07-13 11:28:36 +02:00

18 lines
435 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🚧 app</title>
<!-- Uncomment this if you add the TailwindCSS integration -->
<!-- <link rel="stylesheet" href="/priv/static/app.css> -->
<script type="module" src="/priv/static/app.mjs"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>