Feat. Adding the new favicon to the website

Signed-off-by: Eoghan Conlon <git@eoghanconlon.ie>
This commit is contained in:
eoghanconlon73 2024-04-20 00:27:59 +01:00 committed by Eoghan Conlon
parent 36c5e5bbae
commit 89d0e0fe12
11 changed files with 240 additions and 10 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<title>Skynet Sign-up</title>
<link href="images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
<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 */