This commit is contained in:
Nathanwoodburn 2020-12-12 13:05:00 +11:00
commit 06536236f4

View File

@ -6,14 +6,6 @@
<link rel="icon" type="image/png" href="../images/favicon.png"/> <link rel="icon" type="image/png" href="../images/favicon.png"/>
<link rel="icon" type="image/png" href="https://www.nathanwoodburn.tk/images/favicon.png"/> <link rel="icon" type="image/png" href="https://www.nathanwoodburn.tk/images/favicon.png"/>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'><link rel="stylesheet" href="./404.css"> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'><link rel="stylesheet" href="./404.css">
<!-- Mobile redirect script by https://pagecrafter.com -->
<script type="text/javascript" src="./redirection-mobile.js"></script><script type="text/javascript">// <![CDATA[
SA.redirection_mobile ({
mobile_url : "www.nathanwoodburn.tk/404M",
tablet_redirection: "true",
});
// ]]></script>
</head> </head>
<body style="background-color:white;"> <body style="background-color:white;">
<!-- partial:index.partial.html --> <!-- partial:index.partial.html -->
@ -26,7 +18,7 @@
<canvas id="space-invaders"/> <canvas id="space-invaders"/>
<!-- partial --> <!-- partial -->
<script src="./404.js"></script> <script src="/404.js"></script>
</body> </body>
</html> </html>