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 711B

12345678910111213141516171819202122232425
  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</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. {{content-for "head"}}
  10. <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
  11. <link integrity="" rel="stylesheet" href="{{rootURL}}assets/einkaufszettel.css">
  12. {{content-for "head-footer"}}
  13. </head>
  14. <body>
  15. {{content-for "body"}}
  16. <script src="{{rootURL}}assets/vendor.js"></script>
  17. <script src="{{rootURL}}assets/einkaufszettel.js"></script>
  18. {{content-for "body-footer"}}
  19. </body>
  20. </html>