-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcursedequations.html
More file actions
29 lines (28 loc) · 1.39 KB
/
Copy pathcursedequations.html
File metadata and controls
29 lines (28 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>Cursed Equations - TheGrayCuber</title>
<link rel='stylesheet' href='/crabman/palette-electric.css'>
<link rel='stylesheet' href='/crabman/core.css'>
<meta charset="utf-8"/>
</head>
<body style='background-color: var(--color-back);'>
<a id='logo-holder' href='/index.html' class='container prevent-select center-zont zoom' style='width:10em; margin-top:2em;'>
<svg id='svg-logo' viewBox='0 0 180 100' stroke-width='4' stroke-linejoin='round' font-weight= 'bold'>
<polygon class='svg-gray' points='50,12 88,41 73,87 27,87 12,41' fill-opacity='0.15'/>
<polygon class='svg-mono' points='24,19 90,47 32,90' fill-opacity='0.15' />
<polygon class='svg-mono' points='76,19 10,47 68,90' fill-opacity='0.15' />
<text class='svg-mono' x='103' y='31' font-size='24' stroke-opacity='0'>The</text>
<text class='svg-gray' x='98' y='62' font-size='32' stroke-opacity='0'>Gray</text>
<text class='svg-mono' x='101' y='88' font-size='24' stroke-opacity='0'>Cuber</text>
</svg>
</a>
<div style='padding:1em;'>
<h2>The Cursed Equations page has moved</h2>
<p style='text-align:center;'>Find the site in its new habitat:<br>
<a href='/cursed_equations/'>thegraycuber.com/cursed_equations</a>
</p>
</div>
</body>
</html>
<!-- delete 2026/11/01-->