summaryrefslogtreecommitdiff
path: root/web/login.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-04 20:24:36 +0300
committerPaul Buetow <paul@buetow.org>2026-05-04 20:24:36 +0300
commit2eb016dbd7575c47c0c52a07831a6a3c097f1ee8 (patch)
treefc9c254146fe10820fc2bb53bc29b976361ddc71 /web/login.html
parent2f00f28b329110d10004c5152243707308cab95c (diff)
Add project logo, favicon, and display logo on login screen
- Add logo.svg at project root and reference it in README.md - Generate favicon.ico from logo and place in web/ - Serve logo.svg and favicon.ico as static assets - Display logo on the login page with responsive sizing
Diffstat (limited to 'web/login.html')
-rw-r--r--web/login.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/login.html b/web/login.html
index 970a004..66a7c9d 100644
--- a/web/login.html
+++ b/web/login.html
@@ -10,6 +10,7 @@
</head>
<body>
<div class="login-container" role="main">
+ <img src="/logo.svg" alt="Player logo" class="login-logo">
<h1>Player</h1>
<form id="login-form" class="login-form" novalidate>
<label for="username">Username</label>