-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmolecular_animation.html
More file actions
49 lines (46 loc) · 1.57 KB
/
Copy pathmolecular_animation.html
File metadata and controls
49 lines (46 loc) · 1.57 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
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Молекулярная анимация | MedEd</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<h1>MedEd</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Главная</a></li>
<li><a href="index.html#about">О проекте</a></li>
<li><a href="molecular_animation.html">Молекулярная анимация</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h2>Проект молекулярной анимации</h2>
<p>Описание проекта, его цели и функции.</p>
</div>
</section>
<section class="content">
<div class="container">
<h3>Ключевая информация для анализа</h3>
<ul>
<li>Основные файлы текущего проекта</li>
<li>Цели нового проекта</li>
<li>Технические требования</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 MedEd. Все права защищены.</p>
</div>
</footer>
</body>
</html>