Advertisement
Guest User

index.ejs

a guest
Sep 15th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.     <title><%= title %></title>
  8.   </head>
  9.   <body>
  10.  
  11.     <img src='./public/images/test-image.jpg' calt='wtf'>
  12.     <img src='http://res.cloudinary.com/7adf6ngw/image/upload/sample.jpg' alt='wtf'>
  13.  
  14.     <h1><%= title %></h1>
  15.   </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement