-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
114 lines (114 loc) · 4.64 KB
/
404.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<link href="/fonts/fonts.css" rel="stylesheet" />
<link rel="shortcut icon" href="favicons/icon.svg" />
<meta name="description" content="Smart contract library for Polkadot on Rust" />
<meta name="keywords" content="polkadot, ink, rust, smart contract" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404: This page could not be found</title>
<meta name="next-head-count" content="3" />
<link rel="preload" href="/_next/static/css/cef4c2689b0ba1d554b5.css" as="style" />
<link rel="stylesheet" href="/_next/static/css/cef4c2689b0ba1d554b5.css" data-n-g="" />
<noscript data-n-css=""></noscript>
<script defer="" nomodule="" src="/_next/static/chunks/polyfills-a54b4f32bdc1ef890ddd.js"></script>
<script src="/_next/static/chunks/webpack-ddd010a953737b6e3536.js" defer=""></script>
<script src="/_next/static/chunks/framework-895f067827ebe11ffe45.js" defer=""></script>
<script src="/_next/static/chunks/main-4809d8b3f3ef3c100198.js" defer=""></script>
<script src="/_next/static/chunks/pages/_app-921de61143f01c383474.js" defer=""></script>
<script src="/_next/static/chunks/pages/_error-737a04e9a0da63c9d162.js" defer=""></script>
<script src="/_next/static/4W3AF9fZKswZqFLiF-hYK/_buildManifest.js" defer=""></script>
<script src="/_next/static/4W3AF9fZKswZqFLiF-hYK/_ssgManifest.js" defer=""></script>
</head>
<body>
<div id="__next">
<header class="Header_header__2-XWX header">
<div class="Header_headerContainer__QY04n">
<a href="/"
><div class="Header_logoContainer__K5UdU"><img src="/img/logo.png" alt="logo" /></div
></a>
<nav>
<ul class="Header_headerNavList__qHhlC">
<li><a class="commonText" href="https://docs.openbrush.io/">Docs</a></li>
<li><a class="commonText" href="https://github.com/727-Ventures/openbrush-contracts">GitHub</a></li>
<li><a class="commonText" href="/">Contact us</a></li>
</ul>
</nav>
<div class="BurgerMenu_BurgerMenuContainer__2kwD5">
<div class="BurgerMenu_burgerMenu__sdSoV">
<div></div>
<div></div>
<div></div>
</div>
<div class="BurgerMenu_MenuWrapper__2GiIw wrapper">
<div class="BurgerMenu_Menu__3lALG">
<nav class="BurgerMenu_Nav__40oDF">
<ul>
<li><a class="commonText" href="https://docs.openbrush.io/">Docs</a></li>
<li><a class="commonText" href="https://github.com/727-Ventures/openbrush-contracts">GitHub</a></li>
<li><a class="commonText" href="/">Contact us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<main class="wrapper">
<div
style="
color: #000;
background: #fff;
font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Fira Sans', Avenir, 'Helvetica Neue', 'Lucida Grande', sans-serif;
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
"
>
<div>
<style>
body {
margin: 0;
}
</style>
<h1
style="
display: inline-block;
border-right: 1px solid rgba(0, 0, 0, 0.3);
margin: 0;
margin-right: 20px;
padding: 10px 23px 10px 0;
font-size: 24px;
font-weight: 500;
vertical-align: top;
"
>
404
</h1>
<div style="display: inline-block; text-align: left; line-height: 49px; height: 49px; vertical-align: middle">
<h2 style="font-size: 14px; font-weight: normal; line-height: inherit; margin: 0; padding: 0">This page could not be found<!-- -->.</h2>
</div>
</div>
</div>
</main>
<footer class="Footer_footer__1KW17 footer">
</footer>
</div>
<script id="__NEXT_DATA__" type="application/json">
{
"props": { "pageProps": { "statusCode": 404 } },
"page": "/_error",
"query": {},
"buildId": "4W3AF9fZKswZqFLiF-hYK",
"nextExport": true,
"isFallback": false,
"gip": true,
"scriptLoader": []
}
</script>
</body>
</html>