-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>World Clock - Time Across the Globe, At Your Fingertips</title>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="World Clock - Time Across the Globe, At Your Fingertips"
/>
<meta
property="og:description"
content="Welcome to World Clock, your go-to platform for checking global times with ease. Instantly access accurate current times for cities around the world, compare time zones, and plan your meetings effortlessly. Stay on top of time changes and global schedules with our user-friendly interface. Whether you're managing international teams or coordinating travel plans, World Clock ensures you're always in sync. Start using our fast, reliable global time checker today!"
/>
<meta
name="description"
content="Welcome to World Clock, your go-to platform for checking global times with ease. Instantly access accurate current times for cities around the world, compare time zones, and plan your meetings effortlessly. Stay on top of time changes and global schedules with our user-friendly interface. Whether you're managing international teams or coordinating travel plans, World Clock ensures you're always in sync. Start using our fast, reliable global time checker today!"
/>
<meta property="og:image" content="/share.jpg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>