City_login.ejs
413 Bytes
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>HTML</title>
<style>
* {
font-size: 16px;
font-family: Consolas, sans-serif;
}
</style>
</head>
<body>
<form>
<p><label>지역이름 : </label><input type="text" name="city" placeholder="Input Name"></p>
<p><input type="submit" value="Submit" /></p>
</form>
</body>
</html>