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

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="style.css">
  7. <title>Mort's Media PC</title>
  8. </head>
  9. <body>
  10. <div id="parts">
  11. <form class="part" method="post" action="/play/url">
  12. <div class="name">URL:</div>
  13. <input type="url" name="url" autocomplete="off">
  14. <button>Play</button>
  15. </form>
  16. <form class="part" method="post" action="/play/magnet">
  17. <div class="name">Magnet Link:</div>
  18. <input type="url" name="magnet" autocomplete="off">
  19. <button>Play</button>
  20. </form>
  21. </div>
  22. <script src="/webstuff.js"></script>
  23. </body>
  24. </html>