-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
1 lines (1 loc) · 1.73 KB
/
404.html
File metadata and controls
1 lines (1 loc) · 1.73 KB
1
<!DOCTYPE html> <html lang=en-au> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"> <title>404 Page not found — Source of Evan</title> <meta name=viewport content="width=device-width,minimum-scale=1"> <link rel="shortcut icon" href="/favicon.ico"> <link rel=apple-touch-icon href="/apple-touch-icon.png"> <link rel=author href="/humans.txt" type="text/plain"> <link rel=stylesheet href="/css/main.css"> <script src="/js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <div id=container> <header class=clearfix> <img src="/img/site/logo.png" width=114 height=114 alt="[Logo]" class=float-left> <h1>Source of Evan</h1> <p>Various open-source bits and pieces by <a href="/#about">Evan M<sup style="margin-right: 1px">c</sup>Lean</a>.</p> </header> <div class=clearfix> <div id=main role=main> <div id=content> <article> <h1>Page Not Found</h1> <p><img src="/img/site/bunny.jpg" width=400 height=350 alt=""></p> <p>Sorry, but the page you were trying to view does not exist.</p> </article> </div> </div> </div> <footer class=container> <p class=copyright> <span style="float: left; padding-right: 10px; padding-bottom: 5px"><a rel=license href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="/img/site/cc-by-nc-sa.png"/></a></span> The content of this web site is licensed by <a href="http://evanmclean.com/" rel="cc:attributionURL">Evan M<sup>c</sup>Lean</a> under a <a rel=license href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a>.</p> </footer> </div> <script src="/js/vendor/jquery-3.7.0.min.js"></script> <script src="/js/main.js"></script> </body> </html>