]> git.cworth.org Git - zombocom-ai/blobdiff - tardis-error.html
Add an error page if the user has no name set
[zombocom-ai] / tardis-error.html
diff --git a/tardis-error.html b/tardis-error.html
new file mode 100644 (file)
index 0000000..b374e81
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>ZOMBO</title>
+  <link href="/zombo.css" rel="stylesheet" type="text/css">
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+  <meta name="HandheldFriendly" content="true">
+</head>
+
+<body>
+  <div id="content">
+
+    <div>
+      <img src="/doctor-profile.png" style="float:left; max-width:150px">
+      <h1>Error</h1>
+
+      <p>
+       I'm sorry. I can't let a companion with no name enter the TARDIS.
+      </p>
+
+      <p>
+       But you can go <a href="/">back to the top</a> and then come
+       back here once you've named yourself.
+      </p>
+
+    </div>
+
+  </div>
+</body>
+</html>