-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (33 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" sizes="192x192" href="dist/images/highres.png">
<!-- Chrome, Firefox OS, Opera and Vivaldi -->
<meta name="theme-color" content="#000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<link href="dist/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<title>Matrix Rain</title>
</head>
<body>
<canvas id="c"></canvas>
<div class="container">
<h1>Matrix Rain Background</h1>
<blockquote>
<h3>My crime is judging people by what they say and think, not how they look like.</h3>
<h3>My crime is that of curiosity.</h3>
<h3>You may stop some of us, but you will never stop all of us.</h3>
<h3>The key to social engineering is influencing a person to do something that allows the hacker to gain access to information or your network.</h3>
<h3>Never underestimate the determination of a kid who is time-rich and cash-poor.</h3>
<small>Someone on the web</small>
</blockquote>
</div>
<script type="text/javascript" src="dist/js/script.js"></script>
</body>
</html>