added link to code repository
All checks were successful
/ push_to_registry (push) Successful in 49s
All checks were successful
/ push_to_registry (push) Successful in 49s
This commit is contained in:
12
main.go
12
main.go
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user