-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (51 loc) · 851 Bytes
/
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
54
55
56
57
58
59
60
61
62
<h2>
Labs
</h2>
<ul>
<li>
<a href="./lab1/index.html">
Lab 1
</a>
</li>
<li>
<a href="./lab2/index.html">Lab 2 </a>
</li>
<li>
<a href="./lab3/index.html">Lab 3 </a>
</li>
<li>
<a href="./lab4/index.html">Lab 4 </a>
</li>
<li>
<a href="./lab5/index.html">Lab 5 </a>
</li>
<li>
<a href="./lab6/index.html">Lab 6 </a>
</li>
<li>
<a href="./lab7/index.html">Lab 7 </a>
</li>
<li>
<a href="./vue/index.html">Vue </a>
</li>
</ul>
<h2>
Projects
</h2>
<ul>
<li>
<a href="./project1/index.html">
Project 1
</a>
</li>
<li>
<a href="./project2/index.html">
Project 2
</a>
</li>
<li>
<a href="./project3/index.html">
Project 3
</a>
</li>
</ul>