Skip to content

Commit b802dd2

Browse files
authored
Update ji.html
1 parent c874e82 commit b802dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jive/ji.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<link rel="shortcut icon" href="jive/jivfav.png">
2+
<title>jive-online</title>
13
<script>
24
function l() {
35
document.getElementById("b").innerHTML = document.getElementById("c").value.length + " "
@@ -24,7 +26,7 @@
2426
document.getElementById("o").innerHTML = out
2527
}
2628
</script>
27-
<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>
2830
<textarea id="c" placeholder="code" oninput="l()" rows="8" cols="25"></textarea>
2931
<textarea id="i" placeholder="input" rows="8" cols="25"></textarea>
3032
<br><button onclick="jive()">submit</button><br><br>

0 commit comments

Comments
 (0)