kind.ejs 533 Bytes
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="public/stylesheets/style.css">
    <title>KindOfYourDog</title>
  </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>
      <h3>이 개의 종류는</h3>
      <h2><%=dogKind%></h2>
    </div>
  </body>
</html>