Add favicon and title
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s

This commit is contained in:
Alex Kerr
2026-03-13 21:02:29 +00:00
parent be23254136
commit 08cf14ab7a
2 changed files with 2 additions and 0 deletions

BIN
assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -4,6 +4,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tienne:wght@400;700;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Tienne:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style/style.css"> <link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
<title>3t.network</title>
</head> </head>
<body> <body>
<div id="container"> <div id="container">