mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
32 lines
636 B
HTML
32 lines
636 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0">
|
|
<title>
|
|
IFPlayer
|
|
</title>
|
|
<meta
|
|
name="description"
|
|
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>
|
|
<script src="./src/index.js"></script>
|
|
<script
|
|
data-goatcounter="https://odd-ifplayer.goatcounter.com/count"
|
|
async src="//gc.zgo.at/count.js"></script>
|
|
</body>
|
|
</html>
|