-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
15 lines (15 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🛰️</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Monitor Mina Protocol network activity and other statistics with ease. Get real-time data on the number of validators, snark-workers, transactions-per-block, block-time, block-rewards, and more." />
<meta name="keywords" content="Mina Protocol, real-time network activity, statistics" />
<title>Mina Network | Real-time monitoring</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>