-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathProjectHyperspeed.html
executable file
·66 lines (40 loc) · 1.63 KB
/
ProjectHyperspeed.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
66
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Hyperspeed</title>
<meta content="Hyperspeed">
<meta content="Hyperspeed" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<style type="text/css">
* { margin: 0; padding: 0; }
html {
background: url(http://media.giphy.com/media/8dR1vfhuYrtHW/giphy.gif) no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color:rgba(255,0,0,0.1);
}
h1 span {
background-color: white;
}
</style>
</head>
<body>
<h1><span>
6 EUREKA<br><br>
Make a website which features full screen animation of a Linux user entering hyperspeed while using the Terminal
<br><br>
Why is starting to use the Terminal when coming from Windows like going from stone age to space age?<br>
How can we impeach Bill effin Gates?<br>
Why do all good open source developers such as Linus Torvalds move to America when they have the chance?<br>
Remember to also post your Dogeparty address<br><br>
<a target="_blank" href="https://groups.google.com/forum/#!forum/bitcoinmeetups-org">Discuss this page in our Google Group</a><br><br>
<a target="_blank" href="https://entrances.github.com/ProjectHyperspeed.html">
Visit this page</a><br><br>
<a target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectHyperspeed.html">Edit this page</a><br><br>
</span></h1>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body>
</html>