-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Shivarthu</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Shivarthu">
<meta property="og:description" content="Decentralized Democracy">
<meta property="og:image" content="https://shivarthu.reaudito.com/img/bg-small.jpg">
<meta property="og:url" content="https://shivarthu.reaudito.com/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Shivarthu">
<meta name="twitter:description" content="Decentralized Democracy">
<meta name="twitter:image" content="https://shivarthu.reaudito.com/img/bg-small.jpg">
<link data-trunk rel="rust" />
<link data-trunk rel="css" href="./styles.css" />
<link data-trunk rel="css" href="./css/output.css" />
<link data-trunk rel="copy-dir" href="img" />
<link data-trunk rel="copy-dir" href=".vercel" />
<link data-trunk rel="copy-file" href="_redirects" />
<link data-trunk rel="copy-file" href="vercel.json" />
</head>
<body class="bg-white dark:bg-gray-900"></body>
</html>