update: icon src, index.html

This commit is contained in:
2026-07-21 22:43:36 +02:00
parent 2d573a0e6f
commit d9514ae678
2 changed files with 15 additions and 5 deletions
+15 -5
View File
@@ -1,7 +1,17 @@
<html style="background:black;">
<!-- I don't know, why i make comments -->
<!DOCTYPE html>
<html lang="en">
<!-- I don't know, why i make comments -->
<head>
<meta charset="UTF-8">
<link rel="stylesheet" src="just.css">
<link rel="author" src="git.uwushka.cc/nouwushka">
<title>uwu.dev</title>
<link rel="icon" href="favicon.png" type="image/png">
<p style="color:white; text-align:center;">DEPLOY TEST...</p>
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<h1>DEPLOY TEST...</h1>
</body>
</html>