diff options
| author | Yuval Adam <_@yuv.al> | 2017-11-17 18:56:28 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-11-17 18:56:28 +0200 |
| commit | f09a791a0acf9d668d6322d887c1519afaac964f (patch) | |
| tree | cb170239d379d9510aee8e9f5357426dd7cdc8bb /static | |
| parent | fcd120097d3ad16962d71e7ff17deb1053f14041 (diff) | |
Fix some shit
Diffstat (limited to 'static')
| -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> |
