Update index.html

This commit is contained in:
Nathanwoodburn 2020-11-23 16:34:57 +11:00
parent 9e64082d23
commit 98d95ccf3c

View File

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