Update index.html

This commit is contained in:
Nathan Woodburn 2020-11-23 16:25:39 +11:00
parent 0d261039f3
commit ad6fb5d2e6

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>
@ -15,7 +15,7 @@
<canvas id="space-invaders"/>
<!-- partial -->
<script src="./script.js"></script>
<script src="/script.js"></script>
</body>
</html>