generated from NEARBuilders/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (52 loc) · 1.96 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="/app.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<meta
name="description"
content="Build DAO - Turn your ideas into production-ready MVPs in weeks, not months"
/>
<title>Build DAO - Fast MVP Development</title>
<link rel="preconnect" href="https://images.unsplash.com" />
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://hire.nearbuilders.org" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Build DAO" />
<meta
property="og:description"
content="Build DAO - Turn your ideas into production-ready MVPs in weeks, not months"
/>
<meta
property="og:image"
content="https://hire.nearbuilders.org/cover.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="hire.nearbuilders.org" />
<meta property="twitter:url" content="https://hire.nearbuilders.org" />
<meta name="twitter:title" content="Build DAO" />
<meta
name="twitter:description"
content="Build DAO - Turn your ideas into production-ready MVPs in weeks, not months"
/>
<meta
name="twitter:image"
content="https://hire.nearbuilders.org/cover.png?4362984378"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>