login page up

This commit is contained in:
2023-02-11 14:37:10 +01:00
parent b5b28451b5
commit ec5842fd74
89 changed files with 5679 additions and 3 deletions

14
templates/home.html Normal file
View File

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