소스 검색

Загрузил текстовики содержащие в себе страничку

u20-24abramyan 3 년 전
부모
커밋
acae9e232f
3개의 변경된 파일48개의 추가작업 그리고 0개의 파일을 삭제
  1. 23 0
      1 страничка.html
  2. 13 0
      2 страничка.html
  3. 12 0
      3 старраница.html

+ 23 - 0
1 страничка.html

@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang=ru dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <title>Первый сайт</title>
+  </head>
+  <body>
+    <h1 align="center">Первая страничка</h1>
+    <div class="">
+      <h2>Моё портфолио</h2>
+      <div class="">
+        <img src="http://stas20oy.beget.tech/wp-content/uploads/2022/05/IMG_20201008_114340-2-768x576.jpg" alt="">
+      </div>
+
+    </div>
+    <h2>О моей жизни</h2>
+    <div class="">
+    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+    </div>
+        <a href="2 страничка.html">На 2 страничку</a><br>
+          <a href="3 старраница.html">На 3 страничку</a>
+  </body>
+</html>

+ 13 - 0
2 страничка.html

@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="ru" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <h1 align="center" >Вторая страница</h1>
+
+    <a href="3 старраница.html">На 3 страницу</a><br>
+    <a href="1 страничка.html">На 1 страницу</a>
+  </body>
+</html>

+ 12 - 0
3 старраница.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang=ru dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <h1>Сникерс</h1>
+    <a href="2 страничка.html">На 2 страницу</a><br>
+    <a href="1 страничка.html">На 1 страницу</a>
+  </body>
+</html>