-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (75 loc) · 2.08 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Практическая работа</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="static/style.css">
<script src="static/main.js" defer></script>
</head>
<body>
<main>
<div class="title_page">
<div>
ДЕПАРТАМЕНТ ПРОФЕССИОНАЛЬНОГО ОБРАЗОВАНИЯ<br/>
ТОМСКОЙ ОБЛАСТИ<br/>
ОБЛАСТНОЕ ГОСУДАРСТВЕННОЕ БЮДЖЕТНОЕ ПРОФЕССИОНАЛЬНОЕ
ОБРАЗОВАТЕЛЬНОЕ УЧРЕЖДЕНИЕ<br/>
«ТОМСКИЙ ТЕХНИКУМ ИНФОРМАЦИОННЫХ ТЕХНОЛОГИЙ»
</div>
<div class="discipline">
Специальность 09.02.07 «Информационные системы и программирование»
</div>
<div class="title_work">
Отчет по лабораторно-практической работе №1<br/>
учебной дисциплины<br/>
“”<br/>
Тема: «»
</div>
<div class="signature">
<table>
<tr>
<td>Студент<br/>«__»________ 2021 г.</td>
<td>_________________</td>
<td>Кулманаков И.В.</td>
</tr>
<tr>
<td>Руководитель<br/>«__»________ 2021 г.</td>
<td>_________________</td>
<td>Пермяков В.В.</td>
</tr>
</table>
</div>
<div>Томск 2021</div><div></div>
</div>
<div>
<h2 class="ignoreIndex">Содержание</h2>
<div data-index="h2/h3/h4/h5/h6"></div>
</div>
<div>
<h2>Введение</h2>
<h3>Цель</h3>
<p>
Цель
</p>
<h3>Задания</h3>
<ol>
<li>первое задание</li>
</ol>
</div>
<div>
<h2>Ход работы</h2>
<h3>Задание 1</h3>
<p>
Просто текст.
</p>
</div>
<div>
<h2>Вывод</h2>
<p>
В ходе выполнения практической работы была выполнена
практическая работа.
</p>
</div>
</main>
</body>
</html>