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 b1b419c commit 6ef1aa5Copy full SHA for 6ef1aa5
Tordle.html
@@ -1,6 +1,10 @@
1
<html>
2
<title id="t">Tordle try 1, 3 max</title>
3
- <input id="1"></input><input id="2"></input><input id="3"></input><input id="4"></input><input id="5"></input>
+ <input id="1"></input>
4
+ <input id="2"></input>
5
+ <input id="3"></input>
6
+ <input id="4"></input>
7
+ <input id="5"></input>
8
<button onclick="sub()">submit</button>
9
<script src="tord.js"></script>
10
<style stylesheet="tl.css"></style>
0 commit comments