forked from RoelN/c64css3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (49 loc) · 972 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html>
<head>
<title>CSS3 C64 by Pixelambacht</title>
<link href="css.css" rel="stylesheet">
<script src="prefixfree.min.js"></script>
</head>
<body>
<textarea class="spacebar" required autofocus spellcheck="false"></textarea>
<section class="bluescreen">
<ul class="loading">
<li>
<li>
<li>
<li>
<li>
</ul>
</section>
<section class="introscreen">
<div class="logo"></div>
<ul class="presents">
<li>
<li>
</ul>
<ul class="starfield">
<li>
<li>
<li>
<li>
<li>
<li><br>
<li>
<li>
<li>
<li>
<li>
<li><br>
<li>
<li>
<li>
<li>
<li>
<li><br>
</ul>
<p class="scrolltext"></p>
</section>
<a href="http://pixelambacht.nl/2013/css3-c64/" class="credits">CSS3 C64 By Pixelambacht </a>
</body>
</html>