main.pug 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 html head meta(charset='utf-8') body form(action='/search' method="post") p input(type='text' name='region' placeholder='지역') p input(type='submit')