-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.21 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.21 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
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/src/assets/images/rounded-logo.png" />
<link rel="canonical" href="https://www.codate.io" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Badreddine Ibril" />
<meta name="copyright" content="Badreddine Ibril" />
<meta
name="description"
content="Easily create custom date formats in any programming language with Codate. Our intuitive tools empower developers to craft personalized date formats for their projects, ensuring flexibility and efficiency in date handling. Explore Codate today and streamline your date formatting process like never before."
/>
<meta
name="keywords"
content="Codate, date formatting, developers, coding, dates, tools, format"
/>
<meta
property="og:title"
content="Codate - Easily Create Custom Date Formats in Any Programming Language"
/>
<meta
property="og:description"
content="Easily create custom date formats in any programming language with Codate. Our intuitive tools empower developers to craft personalized date formats for their projects, ensuring flexibility and efficiency in date handling. Explore Codate today and streamline your date formatting process like never before."
/>
<meta property="og:image" content="/src/assets/images/open-graph.png" />
<meta property="og:url" content="https://www.codate.io" />
<meta property="og:type" content="website" />
<title>
Codate - Easily Create Custom Date Formats in Any Programming Language
</title>
<!-- Icons -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J4PE77KKMV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J4PE77KKMV');
</script>
</body>
</html>