Implementiere Kundenportal mit zentraler Appwrite-Anbindung.
Express-Server für Appwrite-Auth, Session, Projekt-Dashboard und Gitea-Webhook; statisches Frontend und Schema-Dokumentation für woms-database. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
15
project.webklar.com/forgot-password.html
Normal file
15
project.webklar.com/forgot-password.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Passwort vergessen <20> Webklar Kundenbereich</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header><h1>Webklar Kundenbereich</h1></header>
|
||||
<main><p class="card">Bitte wenden Sie sich an Webklar oder nutzen Sie die Appwrite-Passwort-Wiederherstellung unter
|
||||
<a href="https://appwrite.webklar.com/console">Appwrite Console</a>.</p>
|
||||
<p><a href="login.html">Zur<EFBFBD>ck zum Login</a></p></main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user