index.ejs
541 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>
<img src = "puppy.jpg">
</div>
<div>
<form enctype="multipart/form-data" method="post" action="upload_receiver">
<input type="file" accept="image/*" name="userfile">
<input type="submit">
</form>
</div>
<div>
<h2>이 개의 종류는</h2>
</div>
</body>
</html>