-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 992 Bytes
/
index.html
File metadata and controls
44 lines (43 loc) · 992 Bytes
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Главная страница</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="html">
<h2>Вёрстка</h2>
<div class="">
<h3>Статичная</h3>
<div class="">
<a href="https://codepen.io/NimbleFish/full/xxxWybJ">Статичная вёрстка</a>
</div>
</div>
<div class="">
<h3>Адаптивная и мобильная</h3>
<div class="">
<a href="https://nimblefish.github.io/MQ/">Адаптивная и мобильная вёрстка</a>
<a href="https://github.com/NimbleFIsh/MQ/tree/master">Репозиторий GitHub</a>
</div>
</div>
</div>
<div class="js">
<div class="">
</div>
</div>
div
div
div
div
div
div
div
div
div
div
div
div
div
</body>
</html>