diff options
Diffstat (limited to 'static/error.html')
| -rw-r--r-- | static/error.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/error.html b/static/error.html new file mode 100644 index 0000000..8b515fa --- /dev/null +++ b/static/error.html @@ -0,0 +1,20 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> + <title>404 - Geshem.space</title> + <link rel="apple-touch-icon" href="/img/apple-touch-icon.png"> + <script type="text/javascript"> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-71416554-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <h1>404</h1> + </body> +</html> |
