Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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 295B

123456789101112131415
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>[WebStandards template]</title>
  5. <!-- Include Mocha CSS styles -->
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. </head>
  8. <body>
  9. <unit-test>hello</unit-test>
  10. <script src="app.js" type="module"></script>
  11. </body>
  12. </html>