diff --git a/error.html b/error.html
new file mode 100644
index 0000000..f3f9b03
--- /dev/null
+++ b/error.html
@@ -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>