index.html 279 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <!DOCTYPE html> <html> <head> <title>check insta</title> </head> <body> <h1>메인 화면</h1> <form action="/check" method="POST"> <input id="insta_id" placeholder="id" type="text" name="insta_id"/> <button>제출</button> </form> </body> </html>