-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.47 KB
/
index.html
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
<!-- Ми повідомляємо браузеру, як обробити цю сторінку -->
<!DOCTYPE html>
<!-- Оболонка документа вказує на мову вмісту -->
<html lang="ua">
<!-- Назва сторінки, контейнер для інших важливих даних (не відображається) -->
<head>
<!-- Назва сторінки в браузері -->
<title>my projects</title>
<!-- Підключаємо CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Підключаємо favicon (анімований тільки у Firefox)-->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Адаптація -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Кодування сторінок -->
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
</head>
<!-- Відображене тіло сторінки -->
<body>
<br>
<br>
<a href="easy_page_1/easy page/index.html">Go to 2nd Page</a>
<br>
<br>
<a href="easy_page_2__watch/index.html">Click to buy watch</a>
<br>
<br>
<a href="coca-cola-UI/index.html">Coca-Cola Card</a>
<br>
<br>
<a href="netflix-landing-page/index.html">Netflix Landing</a>
<br>
<br>
<a href="product-slider/index.html">Sneakers Slider</a>
<br>
<br>
<a href="bicycle-adaptive-page/index.html">Bicycle Shop</a>
</body>
</html>