-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 723 Bytes
/
index.html
File metadata and controls
33 lines (32 loc) · 723 Bytes
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
32
33
<!DOCTYPE html>
<html lang="DE-de">
<head>
<!--[if lt IE9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![end if]-->
<meta charset="utf-8">
<title>Nümmerle</title>
<link rel="stylesheet" href="css/style.css" media="all" />
</head>
<body>
<header>
<nav id="b-hook">
</nav>
</header>
<main>
<p id="chain">Spiel Historie: </p>
<ul id="p-hook">
</ul>
</main>
<footer>
<ul id="f-hook">
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
</ul>
</footer>
</body>
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="logic.js"></script>
</html>