File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11nav {
2-
2+ height : 10% ;
3+ width : 100% ;
4+ text-align : center;
5+ vertical-align : top;
6+ };
7+ .eviloctopus {
8+ height : 10% ;
9+ text-align : left;
10+
311}
Original file line number Diff line number Diff line change 11< html >
22< head >
33< title > Upload something</ title >
4+ < script >
5+ let sessioncode = "\\code"
6+ let size = window . innerHeight ;
7+ </ script >
8+ < script src = start.js > </ script >
49< link rel ="stylesheet " type ="text/css " href ="style.css " />
510</ head >
611< body >
7- < nav > < a href = "404.html "> 404 page</ a > < button > Nothing happens here</ button > </ nav >
12+
13+ < img width = 5% class = "eviloctopus " src = "favicon.ico ">
14+ < nav >
15+ < button > Nothing happens here</ button >
16+ < button > Nor here.</ button >
17+ </ nav >
818
919
1020</ body >
11- < script >
12- let sessioncode = "\\code"
1321
14- </ script >
1522
1623
1724</ html >
You can’t perform that action at this time.
0 commit comments