-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.16 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="./src/css/start.css">
<title>RAW</title>
</head>
<body>
<div id="startScreen">
<div id="logo">
<pre>
__________ _____ __ __
\______ \ / _ \/ \ / \
| _/ / /_\ \ \/\/ /
| | \/ | \ /
|____|_ /\____|__ /\__/\ /
\/ \/ \/
</pre>
</div>
<div id="startScreen_menu">
<a href="intro.html">Новая игра</a>
<a href="game.html">Бесконечный режим</a>
<!-- <a href="" class="disabled">Ангар</a> -->
<a href="achievements.html">Достижения</a>
<a href="thanks.html">Благодарности</a>
<a href="https://new.donatepay.ru/@rescor" target="_blank">Угостить лисёнка кофе</a>
</div>
</div>
</body>
</html>