-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
35 lines (35 loc) · 866 Bytes
/
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
<html>
<head>
<title>zzzzzzzzzzzzzz</title>
<style>
a{
text-decoration: none;
color:#ff4d4d;
}
a:hover{
color:#ff0000;
}
</style>
</head>
<body>
<h1>Links</h1>
<ul>
<li>
<h3><a href="https://emre-kul.github.io/SimpleGames/1010/1010.html">1010</a></h3>
Control : Mouse drag and drop.
</li>
<li>
<h3><a href="https://emre-kul.github.io/SimpleGames/2048/2048.html">2048</a></h3>
Control : Arrow Keys.
</li>
<li>
<h3><a href="https://emre-kul.github.io/SimpleGames/SnakeGame/SnakeGame.html">SNAKE</a></h3>
Control : Arrow Keys.
</li>
<li>
<h3><a href="https://emre-kul.github.io/SimpleGames/Astar/Astar.html">Astar</a></h3>
Control : Mouse drag.
</li>
</ul>
</body>
</html>