-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcant_add.html
More file actions
26 lines (19 loc) · 800 Bytes
/
cant_add.html
File metadata and controls
26 lines (19 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html> <html lang=en>
<head>
<link rel=stylesheet type=text/css href={{ url_for("static", filename="main.css") }}>
</head>
<body>
<form method="get" action="/backf/">
<input id="image" type="image" width="50" height="50" alt="Back"
src=https://static.thenounproject.com/png/3532096-200.png></form>
<form method="get" action="/return/">
<input id="image" type="image" width="50" height="50" alt="Gohome"
src=https://static.thenounproject.com/png/4038132-200.png></form>
<h1>Ajouter un ami</h1>
</body>
<form method="post" action="/add_friend/">
<input type="text" id="friend_name" name="friend_name">
<button type="submit">Ajouter</button>
<h3>Vous ne pouvez pas ajouter {{message}} car il n'existe pas.</h3>
</form>
</html>