-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.3 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.3 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
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="/fonts/space-groteks/SpaceGrotesk-VariableFont_wght.ttf"
as="font"
type="font/ttf"
crossorigin="anonymous"
/>
<title>Positivus</title>
<meta
name="description"
content="Positivus is a landing page designed by Olga on Figma Community and developed by Deri Kurniawan"
/>
<meta
name="keywords"
content="Positivus, Deri Kurniawan, Olga, Figma Community, Landing Page, React, TypeScript, CSS Modules"
/>
<meta name="author" content="Deri Kurniawan" />
<meta name="robots" content="index, follow" />
<meta property="og:image" content="/mockup.webp" />
<meta property="og:title" content="Positivus" />
<meta
property="og:description"
content="Positivus is a landing page designed by Olga on Figma Community and developed by Deri Kurniawan"
/>
<meta property="og:url" content="https://positivus.deri.my.id" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>