-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.52 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ТУСУР - Разработка веб-приложений</title>
<link rel="stylesheet" href="css/styles.css" type="text/css">
</head>
<body>
<div class="container">
<div class="title">
<h1>ТУСУР - Разработка веб-приложений</h1>
</div>
<div class="student-info">
<h2>Информация о студенте</h2>
<p>Имя: Карманов Арсений Викторович</p>
<p>Группа: 571-2</p>
</div>
<h2>4 курс</h2>
<div class="lab">
<h3>Лабораторная работа №1</h3>
<a href="lab-1/index.html">Перейти</a>
</div>
<div class="lab">
<h3>Лабораторна работа №2</h3>
<a href="lab-2/index.html">Перейти</a>
</div>
<div class="lab">
<h3>Лабораторная работа №3</h3>
<a href="lab-3/index.html">Перейти</a>
</div>
<div class="lab">
<h3>Лабораторная работа №4</h3>
<a href="lab-4/index.html">Перейти</a>
</div>
<div class="lab">
<h3>Лабораторная работа №5</h3>
<a href="lab-5/index.html">Перейти</a>
</div>
</div>
</body>
</html>