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.

index.html 1.0KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>Einkaufszettel Tests</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. {{content-for "head"}}
  10. {{content-for "test-head"}}
  11. <link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
  12. <link rel="stylesheet" href="{{rootURL}}assets/einkaufszettel.css">
  13. <link rel="stylesheet" href="{{rootURL}}assets/test-support.css">
  14. {{content-for "head-footer"}}
  15. {{content-for "test-head-footer"}}
  16. </head>
  17. <body>
  18. {{content-for "body"}}
  19. {{content-for "test-body"}}
  20. <script src="/testem.js" integrity=""></script>
  21. <script src="{{rootURL}}assets/vendor.js"></script>
  22. <script src="{{rootURL}}assets/test-support.js"></script>
  23. <script src="{{rootURL}}assets/einkaufszettel.js"></script>
  24. <script src="{{rootURL}}assets/tests.js"></script>
  25. {{content-for "body-footer"}}
  26. {{content-for "test-body-footer"}}
  27. </body>
  28. </html>