update html

This commit is contained in:
Stepan 2026-05-16 17:53:32 +03:00
parent 97311a8f9e
commit a7b71dd27f
3 changed files with 26 additions and 2 deletions

View file

@ -55,6 +55,12 @@
<a href="https://esd.adventist.org/wp-content/uploads/2023/07/6-2.jpg">
<img src="https://esd.adventist.org/wp-content/uploads/2023/07/6-2.jpg" alt="сергей" class="image">
</a>
<a href="https://hosadersculabon.begetcdn.cloud/photos/img_1777755980_0.png">
<img src="https://hosadersculabon.begetcdn.cloud/photos/img_1777755980_0.png" alt="sergay" class="image">
</a>
<a href="https://hosadersculabon.begetcdn.cloud/photos/img_1778571936_0.jpg">
<img src="https://hosadersculabon.begetcdn.cloud/photos/img_1778571936_0.jpg" alt="sergay" class="image">
</a>
</div>
</main>
<footer>

View file

@ -4,10 +4,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML2</title>
<style>
body {
background-color: black;
color: blue;
}
</style>
</head>
<body>
<head>
<h1>Переход страница</h1>
<h1>СЕРГУЛЕЧЕК</h1>
</head>
<main>
<p>СЕРГУУУУНЧИК</p>
</main>
</body>
</html>

View file

@ -4,10 +4,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML3</title>
<style>
body {
background-color: black;
color: white;
}
</style>
</head>
<body>
<head>
<h1>Сайт 3</h1>
<h1>Сергей</h1>
</head>
<main>
<p>Сергей</p>
</main>
</body>
</html>