kind.ejs 526 Bytes
<!DOCTYPE html>
<html>
  <head>
    <title>KindOfYourDog</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="stylesheets/style.css">
  </head>
  <body>
    <h1>Kind of Your Dog</h1>
    <div>
      <form enctype="multipart/form-data" method="post" action="upload_receiver">
        <input type="file" accept="image/*" name="userfile" id="userfile" >
        <input type="submit">
      </form>
    </div>
    <div>
      <h2>이 개의 종류는</h2>
      <h3><%=dogKind%></h3>
    </div>
  </body>
</html>