-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
22 lines (22 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1,minimal-ui" name="viewport">
<meta content="Providing a professional UI which allows coin-holders to stake for masternodes, decentralized governance and explore masternode performance statistics" name="description">
<title>XDC Network Staking Governance</title>
<meta property="og:url" content="https://master.xinfin.network/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="XDC Network Staking Governance" />
<meta property="og:description" content="Providing a professional UI which allows coin-holders to stake for masternodes, decentralized governance and explore masternode performance statistics" />
<link type="image/x-icon" rel="shortcut icon" href="/app/assets/img/favicon_48x48.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script src="/build/app.js"></script>
<script src="/build/style.js"></script>
</body>
</html>