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

1234567891011121314
  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. <title>Document</title>
  7. <script src="/scripts/notes_app.js"></script>
  8. <link rel="stylesheet" href="/css/notes_app.css" type="text/css">
  9. </head>
  10. <body>
  11. <h1>Hello World</h1>
  12. <p>Whats the matter ?</p>
  13. </body>
  14. </html>