-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 702 Bytes
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 702 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
35
36
37
38
39
40
<html>
<head>
</head>
<body>
<style>
body{
font-family: Arial, Helvetica, sans-serif;
}
</style>
<div class="row">
<h2>
<code>
ITT-Lab
</code>
</h2>
</div>
<div class="row">
<a href="/lab1">lab1</a>
</div>
<div class="row">
<a href="/lab2">lab2</a>
</div>
<div class="row">
<a href="/lab3">lab3</a>
</div>
<div class="row">
<a href="/lab4">lab4</a>
</div>
<div class="row">
<a href="/lab5">lab5</a>
</div>
<div class="row">
<a href="/lab6/q1">lab6</a>
</div>
<div class="row">
<a href="/lab7">lab7</a>
</div>
</body>
</html>