Spaces:
Sleeping
Sleeping
Chengxb888
commited on
Commit
•
c2d0416
1
Parent(s):
baf289a
Create home.html
Browse files
home.html
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Home</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<div>
|
9 |
+
<form method="post" action="/hello/">
|
10 |
+
<label for="input" >Input:</label><br>
|
11 |
+
<input id="msg" name="msg" type="text"><br>
|
12 |
+
<input id="submit" type="submit">
|
13 |
+
</form>
|
14 |
+
</div>
|
15 |
+
</body>
|
16 |
+
</html>
|