-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
59 lines (56 loc) · 2.91 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
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/fav-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Dezh team">
<meta name="creator" content="Dezh team">
<meta name="publisher" content="Dezh team">
<link rel="canonical" href="https://dezh.tech/">
<link rel="alternate" hreflang="en-US" href="https://dezh.tech">
<meta name="keywords" content="Dezh, Web, Nostr, Notes and other stuff, Bitcoin, Blockchain, Freedom, Technology, Decentralized, Transaction" />
<title>Dezh Technologies</title>
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta name="description"
content="At Dezh Technologies, we are building tools, apps, services and infrastructures
that makes a decentralized and open society happen." />
<meta property="og:description"
content="At Dezh Technologies, we are building tools, apps, services and infrastructures
that makes a decentralized and open society happen." />
<meta property="og:title" content="Dezh" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dezh.tech" />
<meta property="og:image" content="https://dezh.tech/og.svg" />
<meta property="og:image:secure_url" content="https://dezh.tech/og.svg">
<meta property="og:site_name" content="Dezh Technologies">
<meta property="og:image:height" content="2160">
<meta property="og:image:width" content="4116">
<meta property="og:image:type" content="image/webp">
<meta property="og:image:alt" content="Dezh Technologies">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Dezh" />
<meta property="twitter:description"
content="At Dezh Technologies, we are building tools, apps, services and infrastructures
that makes a decentralized and open society happen." />
<meta property="twitter:image" content="https://dezh.tech/og.svg" />
<meta property="twitter:image:secure_url" content="https://dezh.tech/og.svg">
<meta property="twitter:site_name" content="Dezh Technologies">
<meta property="twitter:image:height" content="2160">
<meta property="twitter:image:width" content="4116">
<meta property="twitter:image:type" content="image/webp">
<meta property="twitter:image:alt" content="Dezh Technologies">
<link rel="mask-icon" href="/fav-icon.svg" color="#FF4800">
<link rel="apple-touch-icon" sizes="40x40" href="/fav.png">
<meta content="telephone=no" name="format-detection">
<link rel="author" href="hi@dezh.tech">
<meta name="theme-color" content="#ffffff">
<meta name="robots"
content="index, follow, max-video-preview:max-video-preview:-1, max-image-preview:max-image-preview:large, max-snippet:max-snippet:-1">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>