added favicon and adjusted window title to show hostname first

This commit is contained in:
George Ruinelli
2022-08-21 21:05:59 +02:00
parent c9a879d329
commit 1b4f4bdd6d
30 changed files with 1384 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:,">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="utf-8"/>
<title>Check</title>
@@ -133,4 +133,4 @@ p {font-size: 1em;}
</script>
</body>
</html>
</html>