added favicon

This commit is contained in:
2023-05-20 14:24:59 +01:00
parent 51599deec1
commit 88c49778fe
3 changed files with 6 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
<html>
<head>
<title>neon443</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css">
</head>
<body>
<h1>inital commit</h1>
<p>this site is hosted with <b>Github Pages!</b><br>soon, ill add a directory listing</p>
<p>this site is hosted with <b>Github Pages</b>!<br>soon, I'll add a directory listing</p>
</body>
</html>