30 lines
700 B
HTML
30 lines
700 B
HTML
<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>
|