Guest User

Untitled

a guest
May 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Jade</title>
  5. <script type="text/javascript">
  6. if (foo) bar(1 + 5)
  7. </script>
  8. </head>
  9. <body>
  10. <h1>Jade - node template engine</h1>
  11. <div id="container" class="col">
  12. <p>You are amazing</p>
  13. <p>Jade is a terse and simple templating language with a strong focus on performance and powerful features.</p>
  14. </div>
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment