-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bread.html
59 lines (49 loc) · 2.78 KB
/
bread.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<head>
<title>Bread js</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./bread.png" >
<script src="./bread.js"></script>
</head>
<div style="text-align: center;">
<a href="./bread.html"> <img src="./bread.png" width="50px" alt=""> </a>
</div>
<body onload="cleantheoven()">
<div style="text-align: center;">
<p><input id="input" type="text" maxlength="9" placeholder="Your message" value="" required></p>
<p><input id="code" minlength="3" maxlength="3" type="password" placeholder="Variable" required></p>
<p><input id="pin" minlength="2" maxlength="4" type="password" placeholder="Pin" required></p>
<p><button onclick="bread()">Bread</button></p>
<!--<p><button onclick="breadtest()">Bread Test</button></p>-->
<div id="breaded"> <span id="loaf"></span><span id="loaf0"></span><span id="loaf1"></span><span id="loaf2"></span><span id="loaf3"></span><span id="loaf4"></span><span id="loaf5"></span><span id="loaf6"></span><span id="loaf7"></span><span id="loaf8"></span><span id="loaf9"></span> </div>
</div>
<div style="text-align: center;">
<p><input style="width: 60px" id="debread0" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread1" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread2" type="number" maxlength="100" placeholder="xxx" value=" "></p><p>
<input style="width: 60px" id="debread3" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread4" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread5" type="number" maxlength="100" placeholder="xxx" value=" "></p><p>
<input style="width: 60px" id="debread6" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread7" type="number" maxlength="100" placeholder="xxx" value=" ">
<input style="width: 60px" id="debread8" type="number" maxlength="100" placeholder="xxx" value=" ">
</p>
<p><input id="string1" minlength="3" maxlength="3" type="password" placeholder="Variable" required></p>
<p><input id="pin1" type="password" placeholder="Pin" required></p>
<p><button onclick="debread()">DeBread</button></p>
<div id="debreaded">
<span id="deloaf0"></span>
<span id="deloaf1"></span>
<span id="deloaf2"></span>
<span id="deloaf3"></span>
<span id="deloaf4"></span>
<span id="deloaf5"></span>
<span id="deloaf6"></span>
<span id="deloaf7"></span>
<span id="deloaf8"></span>
</div>
</div>
</body>
<footer>
<p><center><a href="./bread-about.html">About</a></center></p>
</footer>