-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartpage.html
More file actions
36 lines (36 loc) · 1.04 KB
/
startpage.html
File metadata and controls
36 lines (36 loc) · 1.04 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
35
36
<!DOCTYPE html>
<html>
<head>
<title>
Змейка - главная
</title>
<link rel="stylesheet" href="css/hebi.css" />
<script language="javascript" type="text/javascript" src="js/startpage.js"></script>
<head>
<body onkeydown="keydown()" onclick="keydown()">
<p class = "title">Змейка</p>
<hr>
<p style = "text-align: center">
<img align = "center" src = "img/screen.jpg" />
</p>
<table align = "center" class = "records">
<col width = "50%">
<col width = "50%">
<tr>
<td>Идея:</td>
<td>Яндуганов Андрей Евгеньевич</td>
<tr>
<td>Верстка:</td>
<td>Яндуганов Андрей Евгеньевич</td>
</tr>
<tr>
<td>Дизайн:</td>
<td>Яндуганов Андрей Евгеньевич</td>
<tr>
<td>Преподаватель:</td>
<td>Калинина Анна Павловна</td>
</tr>
</table>
<p class = "description">Нажмите любую клавишу для продолжения...</p>
</body>
</html>