aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 13:44:16 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 13:44:16 +0200
commitd2ac740a0a733dff8bcbe12e69ab6dac9c4ab704 (patch)
tree924294a11524458865d576413eb32110188b2180
parent7a25c30b4ee7268f8e5abf71b418bb1286144af9 (diff)
downloaderlang.mk-d2ac740a0a733dff8bcbe12e69ab6dac9c4ab704.tar.gz
erlang.mk-d2ac740a0a733dff8bcbe12e69ab6dac9c4ab704.tar.bz2
erlang.mk-d2ac740a0a733dff8bcbe12e69ab6dac9c4ab704.zip
Add a 404 page
-rw-r--r--404.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..7449b06
--- /dev/null
+++ b/404.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8"/>
+<title>Erlang.mk</title>
+<style type="text/css"><!--
+body{background:white;color:black;font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;justify-content:center;margin:0 auto;padding:0;width:600px}
+header {align-items:center;display:flex;justify-content:center}
+header nav.left{text-align:right;width:150px}
+header nav.right{text-align:left;width:150px}
+header nav a{display:block;margin:1.5em 1em}
+main{margin-top:5em;text-align:center}
+main p{margin-top:2em}
+a{color:#d9230f;text-decoration:none}
+a:hover{text-decoration:underline}
+h1{font-weight:normal}
+--></style>
+</head>
+<body>
+<header>
+ <nav class="left">
+ <a href="guide/index.html">User guide</a>
+ <a href="guide/ch02.html">Tutorials</a>
+ </nav>
+ <a href="/" class="logo"><img src="res/logo-small.png" alt="Erlang.mk" title="Erlang.mk: A build tool for Erlang that just works" height="200" width="206"/></a>
+ <nav class="right">
+ <a href="https://github.com/ninenines/erlang.mk/tree/master/index">470+ packages</a>
+ <a href="https://github.com/ninenines/erlang.mk/issues">Issues?</a>
+ </nav>
+</header>
+<main>
+<h1>404 Not Found</h1>
+<p>It looks like a link is broken or content is missing. Sorry!
+Please go back, or try clicking one of the links above to
+get back to building awesome things.</p>
+</main>
+</body>
+</html>