-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 1.88 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="номер">
<meta name="description" content="страница">
<title>AIP</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>
<body>
<img src="4.jpg" alt="Автор этого курса" width="256px">
<header>
<nav>
<a href="about.html"> </a>
<a href="pr.html"> </a>
</nav>
</header>
<main>
<article>
<h1>Инфо</h1>
<section>
<h2> one</h2>
<img src="https://www.google.com/url?sa=i&url=https%3A%2F%2Flenta.ru%2Farticles%2F2021%2F04%2F29%2Fnft%2F&psig=AOvVaw1lhwzOp4aIoAFt0hhNVLow&ust=1642088560331000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCJDQ7dzGrPUCFQAAAAAdAAAAABAJ"
<section>
<h2> two</h2>
<p><video src="video.mp4" controls width="360px"></video></p>
</section>
</article>
</main>
<p id="site">
<a href="https://aip.itmo.ru" target="_blank"> просто ссылка </a>
</p>
<p>
<!--
фейк
-->
</p>
<p>
loren1000
</p>
<p>
<a href="#site">Наверх</a>
</p>
<footer>
<ol start="34">
<li> первый</li>
<li> второй</li>
</ol>
<p>прив</p>
<p> <ins> подчеркнуть</ins><em> мн</em> <strong>инт</strong> <del> gkddik</del></p>
</footer>
<div>
<h1> Заголовок 1</h1>
<h2> Заголовок 1</h2>
<h3> Заголовок 1</h3>
</div>
<h4> Заголовок 1</h4>
<h5> Заголовок 1</h5>
<h6> Заголовок 1</h6>
<ul type="square">
<li> первый</li>
<li> второй</li>
</ul>
</body>
</html>