Skip to content

Commit ef63d56

Browse files
committed
lol
1 parent 4d839f5 commit ef63d56

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

static/start.js

Whitespace-only changes.

static/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
nav {
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
}

templates/start.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
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>

0 commit comments

Comments
 (0)