-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrobots.txt.html
109 lines (103 loc) · 3.5 KB
/
robots.txt.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-89148892-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-89148892-1");
</script>
<script src="/js/jquery-3.3.1.min.js"></script>
<title>Error</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
charset="UTF-8"
/>
<meta
name="google-site-verification"
content="NvXu2Qnyi90bS-ubPtaorKKja1_p8SHfQ0zPoqG0sIg"
/>
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="https://rchain.coop/css/error-page.css" />
<link rel="shortcut icon" href="assets/favicon-red.png" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta name="description" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:description" content="" />
</head>
<body>
<!-- Navbar Start -->
<header>
<div class="nav" id="nav">
<div id="navClose" onclick="navClose()">X</div>
<div class="wrapper">
<div class="item">
<img src="/assets/logo_white.png" class="white" id="white" />
<img src="/assets/logo_red.png" class="red" id="red" />
</div>
<div class="item links" onclick="">
<a href="index.html">Home</a>
</div>
<div class="item links" onclick="">
<a href="platform.html">Platform</a>
</div>
<div class="item links" onclick="" style="display: default">
<a href="ecosystem.html">Ecosystem</a>
</div>
<div class="item links" id="dropdown">
<a href="javascript:void(0)"
>Community<span class="arrow">›</span></a
>
<div class="dropdown">
<a href="/community.html">Community Overview</a>
<a href="https://blog.rchain.coop/" target="_blank">Blog</a>
<a href="https://developer.rchain.coop/" target="_blank"
>Developers</a
>
<a href="newsletter.html" target="_blank">Newsletter</a>
</div>
</div>
<div class="item links">
<a href="/community.html" class="btn-rchain btn-blue"
>Join Cooperative</a
>
</div>
<div class="item" id="hamburger">
<a href="javascript:void(0)"
><span
><p id="bar1"></p>
<p id="bar2"></p>
<p id="bar3"></p></span
></a>
</div>
</div>
</div>
</header>
<!-- Navbar End -->
<div class="bodyWrapper">
<div class="section">
<h1>404</h1>
<p>Sorry. The page you're looking for could not be found.</p>
</div>
</div>
<div id="footer"></div>
<script src="/js/rchain.coop_Browser.js"></script>
<script src="/js/homepage_Browser.js"></script>
</body>
</html>