-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (24 loc) · 975 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (24 loc) · 975 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TrueVitals</title>
<link rel="icon" href="./public/truevitalsfevicon.png">
<meta name="description" content="TrueVitals" />
<meta name="author" content="Infinique" />
<meta property="og:title" content="TrueVitals" />
<meta property="og:description" content="TrueVitals" />
<meta property="og:type" content="website" />
<!-- <meta property="og:image" content="https://truevitals.netlify.app/image/banner.jpg" /> -->
<meta property="og:url" content="https://truevitals.netlify.app" />
</head>
<body>
<!-- ✅ Banner code goes here -->
<img src="https://truevitals.netlify.app/image/banner.jpg"
alt="TrueVitals Banner"
style="width: 100%; height: auto;" />
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>