Remote web console.
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.

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Woba Consola</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <h1>Woba Consola</h1>
  10. <div>
  11. <a href="https://git.mort.coffee/mort/woba-consola">
  12. https://git.mort.coffee/mort/woba-consola
  13. </a>
  14. </div>
  15. <br>
  16. <form action="/create" method="POST">
  17. <button>Create Session</button>
  18. </form>
  19. <h2>What is Woba Consola?</h2>
  20. <p>Woba Consola is a remote javascript console for when you have to
  21. debug a device which doesn't have a javascript console, such as
  22. embedded systems (or iOS devices if you don't have a Mac).</p>
  23. <p>Just create a session, copy the <code>&lt;script&gt;</code> tag into
  24. the website you're debugging, and open the target website on the
  25. target device.</p>
  26. </body>
  27. </html>