-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF8">
<title>WEB</title>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 align="center">ЗВІТИ З ЛАБОРАТОРНИХ РОБІТ <br> З ДИСЦИПЛІНИ "РОЗРОБЛЕННЯ WEB-ЗАСТОСУВАНЬ"</h1>
<h2 align="center">БРИГАДА #6 | СТУДЕНТИ ГРУПИ ІС-01</h2>
</header>
<div align="center">
<a class="lab-list" href="lab1.html">LAB1</a>
<a class="lab-list" href="lab2.html">LAB2</a>
<a class="lab-list" href="lab3.html">LAB3</a>
<a class="lab-list" href="lab4.html">LAB4</a>
<a class="lab-list" href="lab5.html">LAB5</a>
<a class="lab-list" href="lab6.html">LAB6</a>
<a class="lab-list" href="lab7.html">LAB7</a>
<a class="lab-list" href="lab8.html">LAB8</a>
<a class="lab-list" href="lab9.html">LAB9</a>
</div>
</body>
</html>