-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--Manifest JSON-->
<link rel="manifest" href="/manifest.json" />
<!--Icons-->
<link rel="icon" type="image/png" href="/Icons/16x16.png" />
<link rel="icon" type="image/png" href="/Icons/24x24.png" />
<link rel="icon" type="image/png" href="/Icons/32x32.png" />
<link rel="icon" type="image/png" href="/Icons/64x64.png" />
<link rel="icon" type="image/png" href="/Icons/128x128.png" />
<link rel="icon" type="image/png" href="/Icons/128x128.png" />
<link rel="icon" type="image/png" href="/Icons/192x192.png" />
<link rel="icon" type="image/png" href="Icons/iOS192x192.png" />
<link rel="icon" type="image/png" href="/Icons/512x512.png" />
<!--Apple Touch Icons-->
<link rel="apple-touch-icon" href="/Icons/iOS192x192.png" />
<meta name="theme-color" content="#c96868" />
<meta name="viewport" content="width=device-width initial-scale=1.0" />
<meta
name="description"
content="Halo Focus, a Pomodoro-based study app designed to boost productivity with focus-oriented timers, todo-list, and breathing exercises. Improve concentration, track study progress, and stay motivated with a minimal, distraction-free Interface. Ideal for students and professionals aiming to maximize productivity, study or work sessions."
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#c96868" />
<meta name="apple-mobile-web-app-title" content="Halo Focus" />
<title>Halo Focus Pomodoro</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>