index.html: remove fake markup

This commit is contained in:
He4eT 2023-06-05 02:16:04 +03:00
commit 19a28aebc0

View file

@ -10,20 +10,10 @@
</title> </title>
<meta <meta
name="description" name="description"
content="Interactive Fiction player for the web."> content="Interactive Fiction player for the web">
</head> </head>
<body> <body>
<div id="root"> <div id="root"></div>
<div class="app play">
<main>
<div class="status loading">
<div>Loading</div>
</div>
</main>
</div>
</div>
<script type="module" src="./src/index.js"></script> <script type="module" src="./src/index.js"></script>