-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
34 lines (34 loc) · 1.06 KB
/
menu.html
File metadata and controls
34 lines (34 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<title>
Çìåéêà - ìåíþ
</title>
<link rel="stylesheet" href="css/hebi.css" />
<script language="javascript" type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script language="javascript" type="text/javascript" src="js/menu.js"></script>
<script src="js/ion.sound.min.js"></script>
</head>
<body>
<div id = "cover"></div>
<div class = "form">
<form id="prompt-form">
<div id="prompt-message">Ââåäèòå âàøå èìÿ:</div>
<div id = "input" class = "textbox">
<input name="text" type="text" id = "input-txt">
</div>
<div class = "button" onclick = "send()" id = "ok">Ok</div>
<div class = "button" onclick = "cncl()" id = "cancel">Îòìåíà</div>
</form>
</div>
<p class = "title">Çìåéêà</p>
<hr>
<p class = "description">Ñàìàÿ çàõâàòûâàþùàÿ â ìèðå èãðà!</p>
<div class = "button" onclick = "game()">Èãðàòü</div>
<br>
<div class = "button" onclick = "records()" id = "rec">Ðåêîðäû</div>
<br>
<div class = "button" onclick = "help()" id = "help">Ïîìîùü</div>
<br><br>
</body>
</html>