-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.38 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>
<html>
<head>
<title> Game </title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="title_style.css"/>
<link rel="icon" href="http://helios.cs.ifmo.ru/~s191944/favicon.ico"/>
<head>
<body>
<pre class="title"> <a href="game.html">
▄▀▀▀▀▄ ▄▀▀█▄ ▄▀▀▄ ▄▀▄ ▄▀▀█▄▄▄▄
█ ▐ ▄▀ ▀▄ █ █ ▀ █ ▐ ▄▀ ▐
█ ▀▄▄ █▄▄▄█ ▐ █ █ █▄▄▄▄▄
█ █ █ ▄▀ █ █ █ █ ▌
▐▀▄▄▄▄▀ ▐ █ ▄▀ ▄▀ ▄▀ ▄▀▄▄▄▄
▐ ▐ ▐ █ █ █ ▐
▐ ▐ ▐ </a>
</pre>
<pre style="text-align: left;margin: 100px;font-size:130%">
<span class="user">@</span> -- you.
<span class="heals">!</span> -- your life. Keep it.
<span class="traps">.</span> -- your future. Avoid it.
<span class="others">W</span> -- your brothers. Kill them.
Controls:
<span class="controls">←</span> -- move left
<span class="controls">↑</span> -- move up
<span class="controls">→</span> -- move right
<span class="controls">↓</span> -- move down
</pre>
</body>
</html>