-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 971 Bytes
/
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">
<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="shortcut icon" type="image/x-icon" href="https://procrastinator.now.sh/images/favicon.png">
</head>
<body>
<div class="header">
<p class="logo">Procrastinate.</p>
<div class="button">Another idea</div>
</div>
<img class="image" src="https://code.s3.yandex.net/web-code/procrastinate/9.png">
<div class="advice">
<span>Take a break from coding and</span>
<span class="phrase">do something else.</span>
<img class="cursor" src="https://code.s3.yandex.net/web-code/cursor.gif">
</div>
<p class="footer">© 2020 by Elise Bouer</p>
<script src="https://code.s3.yandex.net/web-code/smoothly.js"></script>
<script src="script.js"></script>
</body>
</html>