mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
index.html: remove fake markup
This commit is contained in:
parent
3062140352
commit
8f9fddb73c
1 changed files with 2 additions and 12 deletions
14
index.html
14
index.html
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue