-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 1.76 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Main page of pet projects</title>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css-resset-andy-bell.css" />
</head>
<body>
<ul>
<li>
<a href="./full-screen-video-background/index.html" target="_blank"
>Full screen video background</a
>
</li>
<li>
<a href="./multiplejs-Inspiration/index.html" target="_blank"
>Multiplejs inspiration</a
>
</li>
<li>
<a href="./one-page-wedding/index.html" target="_blank"
>One Page Wedding</a
>
</li>
<li>
<a href="./type-effect/index.html" target="_blank">
Simple Typing Effect</a
>
</li>
<li>
<a href="./slide-transition/index.html" target="_blank">
Slice Transition</a
>
</li>
<li>
<a href="./blurry-overlay/index.html" target="_blank">
Blurry Overlay</a
>
</li>
<li>
<a href="./mineweeper-js/index.html" target="_blank">
Mineweeper With JS</a
>
</li>
<li>
<a href="./breath-and-relax-web-app/index.html" target="_blank"
>Breath and relax</a
>
</li>
<li>
<a href="./Pyramid/index.html" target="_blank">Pyramid</a>
</li>
<li>
<a href="./2048/index.html" target="_blank">2048 </a>
</li>
<li>
<a href="./game-of-life/index.html" target="_blank"
>Game of life: base</a
>
</li>
</ul>
</body>
</html>