This commit is contained in:
Nathanwoodburn 2020-11-23 17:07:16 +11:00
parent 1cee88e574
commit e6dfafa1ec
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<title>Nathan Woodburn</title> <title>Nathan Woodburn</title>
<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="./style.css"> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'><link rel="stylesheet" href="./404.css">
</head> </head>
<body style="background-color:white;"> <body style="background-color:white;">
@ -18,7 +18,7 @@
<canvas id="space-invaders"/> <canvas id="space-invaders"/>
<!-- partial --> <!-- partial -->
<script src="./script.js"></script> <script src="./404.js"></script>
</body> </body>
</html> </html>