-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (46 loc) · 2.32 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
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preload" href="./GoogleFonts/LibreBaskerville-Regular.ttf" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="./GoogleFonts/Nosifer-Regular.ttf" as="font" type="font/woff2" crossorigin />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" href="./src/assets/1-300-unfinished.webp" as="image" type="image/webp" />
<link rel="preload" href="./src/assets/5-300-unfinished.webp" as="image" type="image/webp" />
<link rel="preload" href="./src/assets/3-300-unfinished.webp" as="image" type="image/webp" />
<link rel="preload" href="./src/assets/4-300-unfinished.webp" as="image" type="image/webp" />
<link rel="preload" href="./src/assets/top.webp" as="image" type="image/jpeg" />
<link rel="icon" type="image/png" href="./favicon.png" />
<meta name="google-site-verification"
content="N1Kv_9Bc2iJDNV-qP331BhPnkzd79T0xVx1X1gLquEc" />
<!-- HTML Meta Tags -->
<title>Franken-Timer</title>
<meta name="description" content=" Cool Holiday Timer">
<!-- Facebook Meta Tags -->
<!-- HTML Meta Tags -->
<title>Franken-Timer 🧟</title>
<meta name="description" content="Cool Holiday Timer ">
<!-- HTML Meta Tags -->
<title>Franken-Timer</title>
<meta name="description" content="Cool Holiday Timer ">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://franken-timer.onrender.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Franken-Timer">
<meta property="og:description" content="Cool Holiday Timer ">
<meta property="og:image" content="https://fastweb.mybabb.com/images/FrankenMoonPie.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="mybabb.github.io">
<meta property="twitter:url" content="https://franken-timer.onrender.com/">
<meta name="twitter:title" content="Franken-Timer">
<meta name="twitter:description" content="Cool Holiday Timer ">
<meta name="twitter:image" content="https://fastweb.mybabb.com/images/FrankenMoonPie.jpg">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<title>Franken-Timer 🌙 </title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>