login page up
This commit is contained in:
14
templates/home.html
Normal file
14
templates/home.html
Normal 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>
|
Reference in New Issue
Block a user