initial commit
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
Martijn Remmen
2024-07-13 11:28:36 +02:00
commit 0c60a58779
9 changed files with 980 additions and 0 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!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>