-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (44 loc) · 1.87 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Карты и маршруты Бегущего города</title>
<!-- CSS_BEGIN -->
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/event.css" rel="stylesheet" type="text/css" />
<link href="css/map.css" rel="stylesheet" type="text/css" />
<link href="css/events_list.css" rel="stylesheet" type="text/css" />
<link href="css/checkpoints_list.css" rel="stylesheet" type="text/css" />
<link href="css/results_list.css" rel="stylesheet" type="text/css" />
<link href="css/tooltip.css" rel="stylesheet" type="text/css" />
<link href="css/index.css" rel="stylesheet" type="text/css" />
<!-- CSS_END -->
</head>
<body>
<div id="all">
<div id="header" class="index">
<h1>Карты и маршруты Бегущего города</h1>
</div>
<div id="content" class="index">
<div id="event_block" class="index block">
<div id="event_list" class="index">
<h2>Соревнования</h2>
<ul>
<li><a href="event.html#dvg2009">День в Городе 2009</a></li>
<li><a href="event.html#nvg2009">Ночь в Городе — Пушкин 2009</a></li>
<li><a href="event.html#dvg2010">День в Городе 2010</a></li>
<li><a href="event.html#dvg2011">День в Городе 2011</a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div id="product_info">
<p id="made_by">Made by <a href="#">Explosion Team</a></p>
<p id="version">Version <a href="changelist.txt">2.0</a></p>
</div>
</div>
</div>
</body>
</html>