Edit Login Page: Register & Reset Text

sortierung
Samuel Zielke 1 year ago
parent 00969016b0
commit 102b345f71

@ -51,3 +51,11 @@
background-color: #026670;
transition: background-color 1s ease, transform 1s ease;
}
a {
color: rgb(120,170,86);
}
a:hover {
color: rgb(105, 150, 76);
}

@ -30,6 +30,16 @@
<!-- <button type="submit" class="btn btn-primary">Login</button> -->
<a href="/app/home" class="btn btn-primary">Login (Überbrücken)</a>
</form>
<br>
<div class="SideInfos" style="margin-top: 10rem;">
<p style="font-size: 0.75rem;">
Noch keinen Account?
<br><a href="#"><b><u>Registrieren</u></b></a>
<br>
<br>Passwort Vergessen?
<br><a href="#"><b><u>Passwort Zurücksetzen</u></b></a>
</p>
</div>
</div>
<script>

Loading…
Cancel
Save

Powered by TurnKey Linux.