forked from ungoldman/coolgifs.neocities.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.23 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>
<meta charset="UTF-8">
<title>The web site of cool gifs</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/animation.css">
<link rel="stylesheet" href="/styles/style.css">
</head>
<body class="intro LightMode™">
<div id="container" class="animate floataround ease-in-out d-6 infinite">
<h1 id="title" class="animate floataround ease-in-out d-5 infinite">
<span id="cool" class="title">cool</span>
<span id="gifs" class="title">gifs</span>
</h1>
<div id="start">
<a href="https://github.com/ungoldman/coolgifs.neocities.org/issues/1" class="animate floataround-4 ease-in-out d-4 infinite">submit a gif</a>
</div>
</div>
<div id="mode">🌙</div>
<div id="background" class="bg d-80 ease-in-out infinite animate woosh"></div>
<div id="midground" class="bg d-60 ease-in-out infinite animate woosh"></div>
<div id="foreground" class="bg d-40 ease-in-out infinite animate woosh"></div>
<script src="/scripts/jquery-3.1.0.min.js"></script>
<script src="/scripts/jquery.lettering-0.7.0.js"></script>
<script src="/scripts/mayne.js"></script>
</body>
</html>