-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path404.html
95 lines (76 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<title>404 error | Forknote.net</title>
<link rel="alternate" type="application/atom+xml" title="API Changes" href="/blog.atom" />
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
<link href="/css/documentation.css" media="screen" rel="stylesheet" type="text/css">
<link href="/css/pygments.css" media="screen" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/documentation.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-883823-25', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
</head>
<body class="overview ">
<div id="header-wrapper">
<div id="header">
<div>
<a class="logo" href="/">Forknote</a>
<ul class="nav">
<li><a href="/download/" class="nav-download">Download</a></li>
<li><a href="/create/" class="nav-create">Create</a></li>
<li><a href="/documentation/" class="nav-developers">Documents</a></li>
<li><a href="/blog/" class="nav-blog">Blog</a></li>
<li><a href="/contact/" class="nav-contact">Support</a></li>
<li id="search-container">
<input type="text" id="searchfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /><label class="search-placeholder">Search</label>
<div class="cancel-search"></div>
<ul id="search-results">
</ul>
</li>
</ul>
</div>
</div><!-- #header -->
</div><!-- #header-wrapper -->
<div id="wrapper">
<div class="content">
<h1>404 error</h1>
The page you are looking for does not exist.
<div>
</div>
</div>
</div>
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="https://bytecoin.org">Based on Bytecoin</a></li>
<li><a href="https://cryptonote.org">Cryptonote technology</a></li>
</ul>
<span class="footer-cell">
<a href="http://forknote.net/" class="mega-octicon forknote-small"></a>
</span>
<ul class="footer-cell">
<li><a href="https://github.com/forknote/forknote">Source code</a></li>
<li><a href="https://twitter.com/forknote_dev">Twitter</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=1079306.0">Bitcointalk</a></li>
</ul>
</div>
<div class="wrapper">
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
</div>
</div><!-- /#footer -->
<script src="/js/retina.js" type="text/javascript"></script>
</body>
</html>