Showing
2 changed files
with
20 additions
and
1 deletions
views/City_login.ejs
0 → 100644
1 | +<!doctype html> | ||
2 | +<html lang="ko"> | ||
3 | + <head> | ||
4 | + <meta charset="utf-8"> | ||
5 | + <title>HTML</title> | ||
6 | + <style> | ||
7 | + * { | ||
8 | + font-size: 16px; | ||
9 | + font-family: Consolas, sans-serif; | ||
10 | + } | ||
11 | + </style> | ||
12 | + </head> | ||
13 | + <body> | ||
14 | + <form> | ||
15 | + <p><label>지역이름 : </label><input type="text" name="city" placeholder="Input Name"></p> | ||
16 | + <p><input type="submit" value="Submit" /></p> | ||
17 | + </form> | ||
18 | + </body> | ||
19 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -97,6 +97,6 @@ | ... | @@ -97,6 +97,6 @@ |
97 | <img src= "dust_icon.jpg" width = 300, height = 300/> | 97 | <img src= "dust_icon.jpg" width = 300, height = 300/> |
98 | </div> | 98 | </div> |
99 | <div id="container" ></div> | 99 | <div id="container" ></div> |
100 | -</body> | 100 | +</body>* |
101 | 101 | ||
102 | </html> | 102 | </html> | ... | ... |
-
Please register or login to post a comment