addd password recovery

This commit is contained in:
2023-02-12 12:29:18 +01:00
parent 39574a2c06
commit f7d2e8563b
13 changed files with 362 additions and 19 deletions

14
templates/connected.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PyMenu</title>
</head>
<body>
<h1>connected</h1>
<h2>Welcome to FlaskApp!</h2>
<a href="/logout">
<input type="button" value="logout">
</a>
</body>
</html>