Fix. Extra dot in type attribute
Signed-off-by: Eoghan Conlon <git@eoghanconlon.ie>
This commit is contained in:
parent
ad5d255fc0
commit
a7de35ed8e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Skynet Sign-up</title>
|
||||
<link href="images/favicon/favicon.svg" rel="icon" type="image/.svg"/>
|
||||
<link href="images/favicon/favicon.svg" rel="icon" type="image/svg"/>
|
||||
<link href="stylesheets/index.css" rel="stylesheet" type="text/css"/>
|
||||
<style>
|
||||
/* Taken from the W3 schools loader tutorial */
|
||||
|
|
Loading…
Reference in a new issue