-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.39 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Procrastinate.</title>
<link rel="stylesheet" href="style.css">
<!-- ниже подключили стили для мобильных устройств: в конце урока сможете поделиться проектом в социальных сетях без страха, что на телефоне друга или подруги будет выглядеть некрасиво -->
<link rel="stylesheet" href="https://code.s3.yandex.net/web-code/adaptive.css">
<link rel="icon" type="image" href="https://code.s3.yandex.net/web-code/js-favicon.ico">
</head>
<body>
<div class="header">
<p class="logo">Procrastinate.</p>
<div class="button">Ещё идея</div>
</div>
<img class="image" src="https://code.s3.yandex.net/web-code/procrastinate/9.png">
<div class="advice">
<span>Не писать код, а</span>
<span class="phrase">что бы поделать?</span>
<img class="cursor" src="https://code.s3.yandex.net/web-code/cursor.gif">
</div>
<p class="footer">© 2020 Сделал Максим Доника</p>
<script src="https://code.s3.yandex.net/web-code/smoothly.js"></script>
<script src="script.js"></script>
</body>
</html>