-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="only light" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Malley is a X-like social media platform." />
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
<meta property="og:url" content="https://malley.afcms.dev" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Malley" />
<meta property="og:description" content="Malley is a X-like social media platform." />
<meta property="og:image" content="" />
<title>Malley</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>