Fix. Extra dot in type attribute

Signed-off-by: Eoghan Conlon <git@eoghanconlon.ie>
This commit is contained in:
Eoghan Conlon 2024-04-20 00:31:13 +01:00
parent ad5d255fc0
commit a7de35ed8e

View file

@ -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 */