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

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Mort's Media PC</title>
  7. </head>
  8. <body>
  9. <form method="post" action="/plaything">
  10. <button>Hello There!</button>
  11. </form>
  12. <script src="/webstuff.js"></script>
  13. </body>
  14. </html>