-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (50 loc) · 2.45 KB
/
index.html
File metadata and controls
58 lines (50 loc) · 2.45 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Anomalous</title>
<meta name="title" content="Anomalous">
<meta name="author" content="@anomalouscode">
<meta name="description" content="Free the knowledge, increase the entropy, break the simulation.">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#222222">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<meta property="og:type" content="website">
<meta property="og:url" content="https://anomalous.xyz/">
<meta property="og:title" content="Anomalous">
<meta property="og:description" content="Free the knowledge, increase the entropy, break the simulation.">
<meta property="og:image" content="https://anomalous.xyz/apple-touch-icon.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://anomalous.xyz/">
<meta property="twitter:title" content="Anomalous">
<meta property="twitter:description" content="Free the knowledge, increase the entropy, break the simulation.">
<meta property="twitter:image" content="https://anomalous.xyz/apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="fonts/ubuntu-regular.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8">
<script src="js/matrix.js"></script>
</head>
<body>
<div class="center">
<div>
<img src="bunny.svg" alt="Anomalous Logo" class="rabbit">
</div>
<br />
<div class="typewriter">
<h1>We'll code a better world.</h1>
</div>
<br />
<div>
<a href="https://wiki.anomalous.xyz"><button class="button button3 redpill"></button></a>
<a href="https://www.google.com/"><button class="button button3 bluepill"></button></a>
</div>
</div>
<canvas id="matrix"></canvas>
</body>
</html>