Move gatsby data to top level

This commit is contained in:
Chuck Dries
2021-06-18 19:13:24 -07:00
parent f8fe81cb8f
commit 7135ec1976
133 changed files with 16750 additions and 16693 deletions

20
old website/spookyno.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spooky 16 redirect</title>
<style>
body{
text-align:center;
background: #eee;
color: #333;
padding-top:48vh;
font-family: helvetica;
line-height: 1.6;
}
</style>
</head>
<body>
<p>That password was wrong.</p>
</body>
</html>