-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.24 KB
/
index.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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css" />
<h1>Lukas Åkefeldt - s242204</h1>
</head>
<div
style="
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
flex-wrap: wrap;
overflow-y: auto;
max-height: 85vh;
"
>
<a href="./w1/">
<button id="linkbutton">Workbook 1</button>
</a>
<a href="./w2/">
<button id="linkbutton">Workbook 2</button>
</a>
<a href="./w3/">
<button id="linkbutton">Workbook 3</button>
</a>
<a href="./w4/">
<button id="linkbutton">Workbook 4</button>
</a>
<a href="./w5/">
<button id="linkbutton">Workbook 5</button>
</a>
<a href="./w6/">
<button id="linkbutton">Workbook 6</button>
</a>
<a href="./w7/">
<button id="linkbutton">Workbook 7</button>
</a>
<a href="./w8/">
<button id="linkbutton">Workbook 8</button>
</a>
<a href="./w9/">
<button id="linkbutton">Workbook 9</button>
</a>
<a href="./w10/">
<button id="linkbutton">Workbook 10</button>
</a>
<a href="./project/">
<button id="linkbutton">Project</button>
</a>
</div>
</html>