성준영

express 에 이미지 넣어보기

......@@ -7,5 +7,8 @@
<body>
<h1><%= title %></h1>
<p>Welcome to <%= title %></p>
<div class="image">
<img src="images/Sad_Pepe.png">
</div>
</body>
</html>
......