-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 842 Bytes
/
index.html
File metadata and controls
34 lines (34 loc) · 842 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Workshop</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/6.0.0/normalize.css">
</head>
<body>
<div class="corner"></div>
<h1>Workshop</h1>
<ul>
<li>
<a href="step1/index.html" title="Step 1">Step 1</a>
</li>
<li>
<a href="step2/index.html" title="Step 2">Step 2</a>
<ul>
<li>
<a href="step2/21.html" title="Step 2.1">Step 2.1</a>
</li>
<li>
<a href="step2/22.html" title="Step 2.2">Step 2.2</a>
</li>
</ul>
</li>
<li>
<a href="step3/index.html" title="Step 3">Step 3</a>
</li>
<li>
<a href="step4/index.html" title="Step 4">Step 4</a>
</li>
</ul>
</body>
</html>