-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Пиксель хантер</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<main class="central">
<div id="main" class="central__content">
</div>
<footer class="footer">
<a href="https://htmlacademy.ru" class="social-link social-link--academy">HTML Academy</a>
<span class="footer__made-in">Сделано в <a href="https://htmlacademy.ru" class="footer__link">HTML Academy</a> © 2016</span>
<div class="footer__social-links">
<a href="https://twitter.com/htmlacademy_ru" class="social-link social-link--tw">Твиттер</a>
<a href="https://www.instagram.com/htmlacademy/" class="social-link social-link--ins">Инстаграм</a>
<a href="https://www.facebook.com/htmlacademy" class="social-link social-link--fb">Фэйсбук</a>
<a href="https://vk.com/htmlacademy" class="social-link social-link--vk">Вконтакте</a>
</div>
</footer>
</main>
<script src="js/main.js"></script>
</body>
</html>