addd password recovery
This commit is contained in:
14
templates/connected.html
Normal file
14
templates/connected.html
Normal 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>
|
Reference in New Issue
Block a user