added link to code repository
All checks were successful
/ push_to_registry (push) Successful in 49s

This commit is contained in:
Florian Walther
2026-01-17 12:09:26 +01:00
parent 65fe245e9f
commit 819af38886

12
main.go
View File

@@ -182,6 +182,17 @@ html := fmt.Sprintf(
.renew-button:hover {
background: #0056b3;
}
.about-link {
position: absolute;
top: 1rem;
left: 1rem;
font-size: 1.2rem;
color: #999;
text-decoration: none;
}
.about-link:hover {
color: #444;
}
.help-link {
position: absolute;
top: 1rem;
@@ -218,6 +229,7 @@ html := fmt.Sprintf(
<body>
<div class="container">
<a href="/help" class="help-link">API</a>
<a class="about-link" href="https://gitea.scu.si/FlorianWalther/Web-Password">code</a>
<h1>Generiertes Passwort</h1>
<div id="password">%s</div>
<div class="buttons">