1
0
Fork 0

added favicon

This commit is contained in:
Sara Gerretsen 2025-12-28 16:46:30 +01:00
parent 860eee725b
commit 6427036d85
3 changed files with 185 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 719 KiB

View file

@ -3,6 +3,7 @@
<head> <head>
<title>Solutions no one asked for</title> <title>Solutions no one asked for</title>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<style> <style>
</style> </style>
</head> </head>

View file

@ -5,6 +5,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
</head> </head>
<body> <body>
<header> <header>