basic 404

This commit is contained in:
Mark McGranaghan 2012-10-09 19:58:29 -07:00
parent 82a46fb35e
commit b27d41ed78

View File

@ -18,7 +18,10 @@
<body> <body>
<div id="intro"> <div id="intro">
<h2>Go by Example</h2> <h2>Go by Example</h2>
<p>Sorry, we couldn't find that!</p> <p>Sorry, we couldn't find that! Check out the <a href="./">home page</a>?</p>
<p class="footer">
Follow <a href="https://twitter.com/gobyexample">@gobyexample</a> for updates. <a href="https://github.com/mmcgrana/gobyexample">Source</a> &amp; <a href="https://github.com/mmcgrana/gobyexample#license">license</a>.
</p>
</div> </div>
</body> </body>
</html> </html>