-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (27 loc) · 1.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Whatislove Academy</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/images/favicons/favicon.ico" sizes="any" />
<link rel="icon" href="/images/favicons/any.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/images/favicons/180.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="Whatislove Academy" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Whatislove Academy" />
<meta property="og:description" content="Whatislove Academy" />
<meta
property="og:url"
content="https://certifications.whatislove.dev/"
/>
<meta property="og:image" content="/images/covers/index.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>