Commit 7c502b6 1 parent 7de82d3 commit 7c502b6 Copy full SHA for 7c502b6
File tree 4 files changed +390
-32
lines changed
4 files changed +390
-32
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > Sloopste Guide</ title >
6
+ < style >
7
+ </ style >
8
+ </ head >
9
+ < body >
10
+ < h2 > Sloopste Guide</ h2 >
11
+ < p > [not written yet, needs to be written before posting]</ p >
12
+ </ body >
13
+ </ html >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > Simple Loop Interface </ title >
5
+ < title > Sloopste </ title >
6
6
< style >
7
7
table {
8
8
border-collapse : collapse;
13
13
border : 1px solid black;
14
14
position : relative;
15
15
}
16
- .black {
17
- background-color : black;
18
- }
19
- .highlighted {
20
- background-color : lime;
21
- }
22
16
.edge {
23
17
display : flex;
24
18
align-items : center;
48
42
< script src ="script.js "> </ script >
49
43
</ head >
50
44
< body >
51
- < table id ="gridTable "> </ table >
45
+ < h2 id ="level "> Use "Load puzzles" with a level string</ h2 >
46
+ < h3 id ="info "> </ h3 >
47
+ < h3 id ="time "> </ h3 >
48
+ < div id ="levelSelect " style ="display: none; "> </ div >
49
+ < table id ="gridTable " style ="display: none; "> </ table >
52
50
</ body >
53
51
</ html >
You can’t perform that action at this time.
0 commit comments