-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
170 lines (158 loc) · 7.49 KB
/
error.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<html ng-app="SC">
<head>
<title>DAOSprout</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Real-Time Decisions for a Real-Time World" />
<meta name="keywords" content="real-time" />
<meta name="google-site-verification" content="DDEmV859QFjsSFZH6lLy7Z8AZsCg-oXmyg03GErTyFU" />
<link rel="icon" type="image/png" href="images/short3-logo.png" />
<link rel="shortcut icon" href="images/short3-logo.png" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900" rel="stylesheet" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/angular.js"></script>
<script src="js/angular-route.js"></script>
<script src="js/app.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<base href="/">
</head>
<body ng-controller="mainController" class="homepage">
<!-- Header Wrapper -->
<div id="header-wrapper" class="wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<div id="header">
<!-- Logo -->
<div id="logo">
<!--<h1>SynapticCelerity</h1>-->
<img width="60%" src="images/long4.png"/>
<span class="byline" style="color: darkred; font-size: larger">An error occurred. Please try again later.</span>
</div>
<!-- /Logo -->
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/wallet">Wallet</a></li>
<li><a href="/registry">Registry</a></li>
<!--<li>-->
<!--<a href="/home#solutions">Solutions</a>-->
<!--<ul>-->
<!--<li><a href="/v4d">Governance</a></li>-->
<!--<li><a href="/home#solutions">Social</a></li>-->
<!--<li><a href="/home#solutions">Gifting</a></li>-->
<!--<li><a href="/home#solutions">Health</a></li>-->
<!--<li><a href="/home#solutions">Market</a></li>-->
<!--<li><a href="/home#solutions">Escrow</a></li>-->
<!--</ul>-->
<!--</li>-->
<!--<li><a href="/docs/sc-wp.pdf" target="_blank">Whitepaper</a></li>-->
</ul>
</nav>
<!-- /Nav -->
</div>
<!-- /Header -->
</div>
</div>
</div>
</div>
<!-- /Header Wrapper -->
<div ng-view></div>
<!-- Footer Wrapper -->
<div id="footer-wrapper" class="wrapper">
<div id="contact" class="title">Contact</div>
<div class="container">
<div class="row">
<div class="12u">
<!-- Footer -->
<div id="footer">
<header class="style1">
<h2>More information?</h2>
<p class="byline">
To donate, <a target="_blank" href="https://wallethere.com">send ether here</a>.<br/>
To contribute bug fixes, submit pull requests on <a target="_blank" href="https://github.com/DAOSprout">GitHub</a>.<br/>
</p>
</header>
<!--<hr />-->
<!--<div>-->
<!--<div class="row">-->
<!--<div class="6u">-->
<!--<section class="footer-one">-->
<!--<form method="post" action="http://api.daosprout.io/email">-->
<!--<div>-->
<!--<div class="row half">-->
<!--<div class="6u">-->
<!--<input type="text" class="text" name="name" id="contact-name" placeholder="Name" />-->
<!--</div>-->
<!--<div class="6u">-->
<!--<input type="text" class="text" name="name" id="contact-email" placeholder="Email" />-->
<!--</div>-->
<!--</div>-->
<!--<div class="row half">-->
<!--<div class="12u">-->
<!--<textarea name="message" id="contact-message" placeholder="Message"></textarea>-->
<!--</div>-->
<!--</div>-->
<!--<div class="row">-->
<!--<div class="12u">-->
<!--<ul class="actions">-->
<!--<li><input type="submit" class="button button-style1" value="Send" /></li>-->
<!--<li><input type="reset" class="button button-style2" value="Reset" /></li>-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</form>-->
<!--</section>-->
<!--</div>-->
<!--<div class="12u">-->
<!-- Contacts -->
<!--<section class="footer-two">-->
<!--<div class="feature-list feature-list-small">-->
<!--<div>-->
<!--<div class="row">-->
<!--<div class="5u"> </div>-->
<!--<div class="2u">-->
<!--<section>-->
<!--<a target="_blank" href="https://github.com/DAOSprout"><h3 class="fa fa-github"></h3></a>-->
<!--</section>-->
<!--</div>-->
<!--<div class="5u"> </div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</section>-->
<!-- /Contacts -->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<hr />-->
</div>
<!-- /Footer -->
<!-- Copyright -->
<div id="copyright">
<span>
Copyright ©, 2017-2018 DAOSprout™.<br/>
No reproduction, in whole or in part, without written permission.<br/>
All software is licensed under the <a rel="license" target="_blank" href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License (AGPL) v3</a>.<br/>
HTML5 Responsive Template Design by <a href="http://html5up.net/">HTML5 UP</a>.
</span>
</div>
</div>
</div>
</div>
</div>
<!-- /Footer Wrapper -->
</body>
</html>