index.pug 418 Bytes
doctype html
html
  head
    title= title
    link(rel='stylesheet', href='stylesheets/style.css')
  body
    img.image(src='/logo.png') 
    form(action='/select' method='post' name='location')
        input(type="text" id='userLocation' name='userLocation' placeholder="당신의 동네 주소를 입력해주세요(시/구/동)" style="width: 300px; height: 30px;")
        input(type="submit" value="검색")