forked from thmoon-team/IU5-Frontend-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 916 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thmoon Frontend</title>
<style>
a {
display: block;
}
</style>
</head>
<body style="margin: 40px">
<a href="./lab1/">Лабораторная #1</a>
<a href="./lab2/">Лабораторная #2</a>
<a href="./lab3/">Лабораторная #3</a>
<a href="./lab4/">Лабораторная #4</a>
<a href="./lab5/">Лабораторная #5</a>
<a href="./lab6/">Лабораторная #6</a>
<a href="./lab7/">Лабораторная #7</a>
<a href="./lab8/build/index.html">Лабораторная #8</a>
<br />
</body>
</html>