Browse Source

text

master
Martin Dørum 4 years ago
parent
commit
ecb7515972
2 changed files with 22 additions and 0 deletions
  1. 19
    0
      web/index.html
  2. 3
    0
      web/style.css

+ 19
- 0
web/index.html View File

@@ -3,12 +3,31 @@
<head>
<meta charset="utf-8">
<title>Woba Consola</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Woba Consola</h1>

<div>
<a href="https://git.mort.coffee/mort/woba-consola">
https://git.mort.coffee/mort/woba-consola
</a>
</div>

<br>

<form action="/create" method="POST">
<button>Create Session</button>
</form>

<h2>What is Woba Consola?</h2>

<p>Woba Consola is a remote javascript console for when you have to
debug a device which doesn't have a javascript console, such as
embedded systems (or iOS devices if you don't have a Mac).</p>

<p>Just create a session, copy the <code>&lt;script&gt;</code> tag into
the website you're debugging, and open the target website on the
target device.</p>
</body>
</html>

+ 3
- 0
web/style.css View File

@@ -0,0 +1,3 @@
h1 {
margin: 0px;
}

Loading…
Cancel
Save