-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfriends.html
More file actions
24 lines (20 loc) · 765 Bytes
/
friends.html
File metadata and controls
24 lines (20 loc) · 765 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
<!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="/backb/">
<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>Amis</h1>
<form method="GET" action="/new_friend/">
<button type="submit">Ajouter un ami</button>
</form>
<form method="GET" action="/friend_request/">
<button type="submit">Demandes en attente</button>
</form>
</body>
</html>