Updated index.html file, added favicon

This commit is contained in:
Andrea 2021-09-03 19:21:11 +02:00
parent 208d3365a9
commit b770f12522
No known key found for this signature in database
GPG Key ID: D6B0878B0B161802
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

View File

@ -2,8 +2,9 @@
<html>
<head>
<title>Null</title>
<meta name="viewport" content="width=device-width, inital-scale=1.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="andrewfoll@protonmail.com"/>
<link rel="shortcut icon" href="./images/favicon.png"/>
</head>
<body>
<h2>Hello, World!</h2>