1

Create error.html

This commit is contained in:
Evan Pratten 2017-12-03 19:01:38 -05:00 committed by GitHub
parent 55aa734e71
commit 9eeda522ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
error.html Normal file
View File

@ -0,0 +1,29 @@
<html><head>
<link href="https://unpkg.com/picnic" rel="stylesheet">
<title>RetryLife</title>
<style>
@font-face{
font-family: "8-bit";
src: url('http://www.retrylife.ca/font.txt'),
url('./font.txt'); /* IE */
}
body {
font-family: "8-bit";
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div class="flex one three-600 demo">
<div><span></span></div>
<div style="text-align:center;" class="lll"><span>
<br>
<br>
<h1>An Error Occurred</h1>
<p>Try checking the spelling of the link you followed. Or <a href="./index.html>Go Back</a></p>
</span></div>
<div><span></span></div>
</div>
</body></html>