Master from desktop!

This commit is contained in:
Chuck Dries
2017-02-16 00:06:34 -07:00
parent b6b7a21c76
commit 26cf76f9f2
18 changed files with 15781 additions and 855 deletions

View File

@@ -1,20 +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>
<!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>