-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mainnet-shutdown.html
69 lines (62 loc) · 2.08 KB
/
mainnet-shutdown.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
60
61
62
63
64
65
66
67
68
69
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/3f99887f903cf946744f9da9a982a961.png"
/>
<link
rel="icon"
sizes="180x180"
href="/3f99887f903cf946744f9da9a982a961.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/f5eac1518665bcf468ff23181ade4951.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/7efbc71c1c0fb24892eb3df82f98cbce.png"
/>
<title>LeapDAO Mainnet</title>
<meta property="og:site_name" content="LeapDAO Mainnet" />
<meta name="twitter:title" content="LeapDAO Mainnet" />
<meta property="og:title" content="LeapDAO Mainnet" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://leapdao.org/img/og.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@leapdao" />
<meta name="twitter:image" content="http://leapdao.org/img/og.jpg" />
<meta name="description" content="Plasma network running transfer-only MoreVP governed by LeapDAO" />
<meta name="twitter:description" content="Plasma network running transfer-only MoreVP governed by LeapDAO" />
<meta property="og:description" content="Plasma network running transfer-only MoreVP governed by LeapDAO" />
<style>
body {
color: rgba(0,0,0,.65);
background: #f0f2f5;
font-size: 14px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<h3>Plasma Leap Mainnet was shut down on 9th of March 2020.</h3>
<p>
Read the details in the <a href="https://leapdao.org/blog/mainnet-shutdown">blog post</a>.
</p>
</body>
</html>