This commit is contained in:
17
index.html
Normal file
17
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user