-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
42 lines (35 loc) · 1.78 KB
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Timer com som suave</title>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Theme Colors -->
<meta name="theme-color" content="#66c2a8" />
<meta name="msapplication-TileColor" content="#0b0f12" />
<!-- SEO Meta Tags -->
<meta name="description" content="A gentle timer with soft audio alerts for productivity, meditation, and time management. Perfect for Pomodoro technique, study sessions, and timed assessments." />
<meta name="keywords" content="timer, productivity, pomodoro, meditation, study, gentle, soft, audio, alerts" />
<meta name="author" content="Handy Timer" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Handy Timer - Gentle Timer with Soft Audio Alerts" />
<meta property="og:description" content="A gentle timer with soft audio alerts for productivity, meditation, and time management." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/icon-512.png" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Handy Timer - Gentle Timer with Soft Audio Alerts" />
<meta name="twitter:description" content="A gentle timer with soft audio alerts for productivity, meditation, and time management." />
<meta name="twitter:image" content="/icon-512.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>