You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
439 B

4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. </head>
  7. <body>
  8. <div class="entry">
  9. <h1>{{title}}</h1>
  10. <div class="body">
  11. Hello {{body}}! Number input was: {{num}}
  12. </div>
  13. <h1>BTW... ZA WARUDO</h1>
  14. </div>
  15. <div class="app"></div>
  16. <script src="/test.js" defer></script>
  17. </body>
  18. </html>