File tree 3 files changed +33
-2
lines changed
3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en " dir ="ltr ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > </ title >
6
- </ head >
5
+ < title > Log In</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ </ head >
7
8
< body >
8
9
< section >
9
10
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > Add Comment</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ </ head >
8
+ < body >
9
+ < form action ="/add-comment " method ="POST ">
10
+ < label for ="country-input "> Select Country</ label >
11
+ < input list ="countries " name ="" id ="country-input ">
12
+ < datalist id ="countries ">
13
+
14
+ </ datalist >
15
+
16
+
17
+ < label for ="city-input "> Select City</ label >
18
+ < input list ="cities " name ="" id ="city-input ">
19
+ < datalist id ="cities ">
20
+
21
+ </ datalist >
22
+
23
+
24
+ < label for ="comment-input "> Write your comment</ label >
25
+ < textarea name ="comment-input " id ="" cols ="30 " rows ="10 " id ="comment-input "> </ textarea >
26
+ </ form >
27
+
28
+ < script src ="./comment.js "> </ script >
29
+ </ body >
30
+ </ html >
You can’t perform that action at this time.
0 commit comments