index.html: remove fake markup

This commit is contained in:
He4eT 2023-06-05 02:16:04 +03:00 committed by Alexey
commit 8f9fddb73c

View file

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