-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
110 lines (95 loc) · 4.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Documentation | CouchCMS - A simple and Open-Source CMS for web designers</title>
<meta name="description" content="CouchCMS - A simple, light-weight and open-source CMS for web designers">
<meta name="keywords" content="">
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.jpg">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/apple-touch-icon-72x72.jpg">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/img/apple-touch-icon-114x114.jpg">
<link rel="stylesheet" type="text/css" href="/assets/css/custom-animations.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/lib/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/docs-style.css" />
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header>
<nav class="navigation navigation-header relative-header background-header">
<div class="container">
<div class="navigation-brand">
<div class="brand-logo">
<a href="https://www.couchcms.com/" class="logo"></a><a href="https://www.couchcms.com/" class="logo logo-alt"></a>
</div>
</div>
<button class="navigation-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navigation-navbar collapsed">
<ul class="navigation-bar navigation-bar-left">
<li><a href="https://www.couchcms.com/">Home</a></li>
<li><a href="https://www.couchcms.com/products/">Downloads & License</a></li>
<li class="active"><a href="https://docs.couchcms.com/">Documentation</a></li>
<li><a href="https://www.couchcms.com/forum/">Forum</a></li>
<li><a href="https://www.couchcms.com/contact/">Contact Us</a></li>
</ul>
<ul class="navigation-bar navigation-bar-right">
<li class="featured"><a class="btn btn-sm btn-outline-color" href="https://github.com/CouchCMS/CouchCMS">GitHub Repository</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="section dark-text" >
<div class="container">
<!-- start -->
<a class="report-bug" data-title="Untitled" href="https://github.com/CouchCMS/Documentation/issues/new" target="_blank" title="Is there a mistake on this page? Report the issue!"><img alt="" src="/assets/img/bug.png"/></a>
<div id="content"><form action="/search.html" id="search_form" method="get" name="search_form">
<input id="search_input" name="q" placeholder="Search" required type="text" value=""/>
<input id="search_submit" type="submit" value="Go"/>
</form>
<article><div class="dne">
<h1>404</h1>
<pre><code><h2>Not Found Error</h2>
<p>The requested file could not be found at this address.<br/>You may be able to locate the desired page with our search function.</p></code></pre></div>
</article>
</div>
<!-- end -->
</div>
</section>
<section> </section>
<footer id="footer" class="footer light-text">
<div class="container">
<div class="footer-content row">
<div class="col-sm-12 social-wrap col-xs-12">
<strong class="heading">Follow us on Twitter</strong>
<ul class="list-inline socials">
<li><a href="https://twitter.com/CouchCMS"><span class="icon icon-socialmedia-07"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="copyright">© 2010-2017 Webzyme Softwares Pvt. Ltd. All Rights Reserved</div>
</footer>
<div class="back-to-top"><i class="fa fa-angle-up fa-3x"></i></div>
<!--[if lt IE 9]>
<script type="text/javascript" src="/assets/js/jquery-1.11.3.min.js?ver=1"></script>
<![endif]-->
<!--[if (gte IE 9) | (!IE)]><!-->
<script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js?ver=1"></script>
<!--<![endif]-->
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/startuply.js"></script>
<script type="text/javascript" src="/assets/js/ga.js"></script>
</body>
</html>