-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en" class="h-full overflow-hidden text-custom-black select-none">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Vet Clinic System</title>
<meta name="description" content="A Simple Vet Clinic System" />
<meta name="keywords" content="Vet, Clinic, System" />
<meta name="author" content="My Company, [email protected]" />
<meta property="og:title" content="Vet Clinic System" />
<meta property="og:type" content="webapp" />
<meta property="og:url" content="https://www.vet-clinic-system-my-company.com/" />
<meta property="og:description" content="A Simple Vet Clinic System" />
<meta property="og:image" content="/seo-image.png" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="x-dns-prefetch-control" content="off" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/vite.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
</head>
<body class="h-full overflow-hidden text-custom-black select-none">
<div id="root" class="h-full overflow-hidden select-none"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>