This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="focus-helper with timer/lofi" />
<meta
property="og:description"
content="Just focus :D even with a timer ⌛"
/>
<title>focus - 00:00:00</title>
<link rel="icon" type="image/x-icon" href="/icons/focus.ico" />
<link rel="stylesheet" href="styles/style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
</head>
<body>
<div id="clock"></div>
<div id="video-container">
<iframe
id="video"
src="https://www.youtube.com/embed/bJUO1WnjXQY?autoplay=1&loop=1&controls=0&mute=0"
frameborder="0"
allow="autoplay"
></iframe>
</div>
<a
href="https://github.com/jbugel-lol/jbugel.xyz-focus"
target="_blank"
rel="noopener"
id="github-link"
>
<img
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
alt="GitHub icon"
width="50px"
height="50px"
/>
</a>
<a href="/settings/" id="settings-button" target="_blank">
<span class="material-symbols-outlined">settings</span>
</a>
<script src="scripts/clock.js"></script>
<script src="scripts/antiDistraction.js"></script>
<script src="scripts/timer.js"></script>
</body>
</html>