City_login.ejs
891 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 action="/city" method="GET">
<p><label>지역이름 : </label><input type="text" name="city" placeholder="Input city"></p>
<pre>[강남구, 강남대로, 강동구, 강변북로, 강북구, 강서구,
공항대로, 관악구, 광진구, 구로구, 금천구
노원구, 도봉구, 도산대로, 동대문구, 동작구
동작대로, 마포구, 서대문구, 서초구, 성동구
성북구, 송파구, 신촌로, 양천구, 영등포구, 영등포로
용산구, 은평구, 정릉로, 종로, 종로구
중구, 중랑구, 천호대로 , 한강대로, 화랑로]</pre>
<button onclick="myfunction()">클릭</button>
</form>
</body>
</html>