Add favicon link to layout for improved branding
This commit is contained in:
parent
82221d63ae
commit
bf0327d78a
BIN
icons/favicon.png
Normal file
BIN
icons/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fabian Schieder</title>
|
||||
<link rel="icon" type="image/png" href="/icons/favicon.png">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
@ -16,3 +17,5 @@
|
||||
|
||||
<div class="background-blur"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user