We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c874e82 commit b802dd2Copy full SHA for b802dd2
jive/ji.html
@@ -1,3 +1,5 @@
1
+<link rel="shortcut icon" href="jive/jivfav.png">
2
+<title>jive-online</title>
3
<script>
4
function l() {
5
document.getElementById("b").innerHTML = document.getElementById("c").value.length + " "
@@ -24,7 +26,7 @@
24
26
document.getElementById("o").innerHTML = out
25
27
}
28
</script>
-<link rel="shortcut icon" href="jive/jivfav.png"><img src="/jive/jive.png" alt="jive" width="100"><br><br>
29
+<img src="/jive/jive.png" alt="jive" width="100"><br><br>
30
<textarea id="c" placeholder="code" oninput="l()" rows="8" cols="25"></textarea>
31
<textarea id="i" placeholder="input" rows="8" cols="25"></textarea>
32
<br><button onclick="jive()">submit</button><br><br>
0 commit comments