mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Dirty markup
This commit is contained in:
parent
78fb34e2aa
commit
9f7ff097a2
3 changed files with 28 additions and 7 deletions
12
index.html
12
index.html
|
|
@ -8,7 +8,17 @@
|
|||
<title>IFPlayer</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<div id="root">
|
||||
|
||||
<div class="app">
|
||||
<main>
|
||||
<div class="status">
|
||||
Loading...
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="./src/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue