-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
56 lines (48 loc) · 3.29 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<!-- Structure Substitution -->
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Karla Font for Body -->
<link href="https://fonts.googleapis.com/css2?family=Karla&display=swap" rel="stylesheet">
<!-- Manrope Font for Navbar -->
<link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
<!-- Animation CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Bootstrap icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="images/logo.png">
<!-- Fun Math Type Stuff -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link href="https://allthesprouts.org/styles.css" rel="stylesheet">
</head>
<!--
CSS + images = sorcery + dark magic
-->
<body style="background-color: #000000; max-height: 100vh; position: fixed; overflow: hidden; margin: 0 auto; text-align: center">
<div class="container">
<br>
<h1 class="text-white animate__animated animate__rubberBand animate__infinite">404</h1>
<br>
<h4 class="text-white math"><u>Given</u>: ∃Problem<br><u>Lemma</u>: Either something broke, we're fixing it right now, or we're on vacation.<br><u>Proof</u>: Left as an exercise to the reader.<br><u>Solution</u>: Perform translation in time (give it a sec by going back and refreshing)<br>Iff (if and only if) the sum of all attempted actions and solutions performed <em>∑A<sub class="math">p</sub></em> ∈ <em>P(A)</em> where <em>P(A)</em> is the power set of all thinkable and possible actions, then email us about the problem.</h4>
<br>
<a href="https://allthesprouts.org" class="btn btn-danger">Push button</a>
</div>
<br>
<img src="images/42.jpg" alt="Pale Blue Dot" style="width: 100vw; height: 100vh; max-width: none; max-height: none; object-fit: contain;">
<!-- Commented due to inability for websites to listen to endscripts if not directly in the page -->
<!-- <script id="replace_with_endscript" src="js/endscripts.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
</body>
</html>