-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 816 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 816 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Euro 2012</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="./css/styles.css">
<script type="text/javascript" src="js/ajax.js">
</script>
<script type="text/javascript" src="js/euro.js">
</script>
</head>
<body>
<a href='javascript:void(0);' id='anchor'></a>
<div id="euro-container">
<div id="aktualne">
</div>
<div id="zakonczone">
</div>
<div id="poprzednie">
</div>
<div id="nastepne">
</div>
<div id="games-container">
</div>
</div>
</body>
</html>