-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.42 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Improve NEAR Token Economy with Reduced Inflation" />
<meta property="twitter:title" content="Improve NEAR Token Economy with Reduced Inflation" />
<meta
name="description"
content="Vote for lowering NEAR’s maximum inflation from 5% to 2.5%."
/>
<meta
property="og:description"
content="Vote for lowering NEAR’s maximum inflation from 5% to 2.5%."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/favicon.ico" />
<meta
property="twitter:description"
content="Vote for lowering NEAR’s maximum inflation from 5% to 2.5%."
/>
<meta name="keywords" content="NEAR, Inflation Rate, NEAR Governance, LiNEAR, NEAR Supply" />
<meta name="og:site_name" content="NEAR Validator Voting" />
<meta property="og:image" content="/favicon.ico" />
<title>Improve NEAR Token Economy with Reduced Inflation</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.0/styles/github-dark.min.css"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>