-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 1.06 KB
/
index.html
File metadata and controls
24 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Экологические проблемы промышленных городов</title>
<link rel="stylesheet" href="/public/style.css">
</head>
<body>
<div class="flex flex-col items-center gap-20 min-h-screen bg-[url('/public/header_bg.png')] bg-bottom bg-no-repeat">
<div class="text-center mt-16">
<h1 class="text-4xl font-bold mb-4">Экологические проблемы промышленных городов</h1>
<p class="text-xl text-gray-600">Всероссийская научно-практическая конференция с международным участием</p>
</div>
<div class="text-center mb-16">
Саратов, Политехническая ул., 77, СГТУ,
Кафедра «Экология» Саратовского государственного технического университета имени Гагарина Ю.А.
</div>
</div>
</body>
</html>