-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.html
More file actions
24 lines (24 loc) · 764 Bytes
/
input.html
File metadata and controls
24 lines (24 loc) · 764 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>
<meta charset="UTF-8">
<title>input</title>
<link rel="stylesheet"
type="text/CSS"
href="{{ url_for('static', filename='CSS/input.css') }}"/>
</head>
<body>
<h1>Lets find your mood today to suggest a song (^_^)</h1>
<h2>
<form action="/display" method = "POST">
<labeL class="center" id="color1"> Language (IF ANY) : </labeL><br>
<input type="text" , name="language"><br><br>
<labeL class="center" id="color1"> Singer (IF ANY) : </labeL><br>
<input type="text" , name="Singer"><br><br>
<p class="center">
Note: Face towards the camera and after adjusting press ENTER KEY<br>
</p>
<input type="submit" , value="LETS CLICK YOUR PICTURE">
</form></h2>
</body>
</html>