-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 1.64 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/old_style.css">
<script src="js/core.js"></script>
<script src="js/main_menu.js"></script>
</head>
<body onload = "init()">
<div id=""></div>
<div class="prologue-img hidden" id="start-ino-and-blk">
<img class="ava" src="img/pups/ino.png"/>
<img class="ava" src="img/pups/blacksmith.png"/>
</div>
<div class="prologue-text hidden" id="start-game-slide1" onclick="startGame.prologue(2);">
<div class="text-field">
<p> Котиков много не бывает. Больше котиков</p>
</div>
</div>
<div class="prologue-text hidden" id="start-game-slide2" onclick="startGame.prologue(3);">
<div class="text-field">
<p> А может и бывает много котиков, только этого никто не видел</p>
</div>
</div>
<div class="prologue-text hidden" id="start-game-slide3" onclick="startGame.prologue(4);">
<div class="text-field">
<p> Фуфуфу котиков нашествие</p>
</div>
</div>
<div class="wrapper" id="mainScreen" onclick="window.location.href='game.html';">
<div id="buttonsOnMainScreen">
<div class="mainScreenButt">
<center>Захватывающий сюжет</center>
</div>
<div class="mainScreenButt">
<center>Игра по сети</center>
</div>
<div class="mainScreenButt">
<center>Профиль игрока</center>
</div>
</div>
</div>
</body>
</html>