성준영

express 에 이미지 넣어보기

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