-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-dev.html
31 lines (29 loc) · 1.09 KB
/
index-dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tern</title>
<link rel="stylesheet" type="text/css" href="style-reset.css"/>
<link rel="stylesheet" type="text/css" href="styles.css"/>
</head>
<body style="overflow-x:hidden;">
<div class="grid">
<header id="header"></header>
<nav id="navigation"></nav>
<div id="player-area"></div>
<div id="game-area-top"></div>
<div id="game-area-right"></div>
<div id="canvas"></div>
<footer>
<a href="https://github.com/Armienn">Design and code © Armienn, 2019.</a>
Some other creations:
<a href="https://armienn.github.io/pokemon">Pokémon Stuff</a> –
<a href="https://armienn.github.io/archive/piong">Piong</a> –
<a href="https://armienn.github.io/archive/crypt">Crypt</a>
</footer>
</div>
<script type="text/javascript" src="out/production/Tern/lib/kotlin.js"></script>
<script type="text/javascript" src="out/production/Tern/lib/kotlinx-coroutines-core.js"></script>
<script type="text/javascript" src="out/production/Tern/Tern.js"></script>
</body>
</html>