Update 404.html

This commit is contained in:
Nathan Woodburn 2020-12-08 16:18:55 +11:00 committed by GitHub
parent a4c841adf3
commit 31c4af7e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,6 @@
<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='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>
<body style="background-color:white;">
<!-- partial:index.partial.html -->
@ -26,7 +18,7 @@
<canvas id="space-invaders"/>
<!-- partial -->
<script src="./404.js"></script>
<script src="/404.js"></script>
</body>
</html>