-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
66 lines (63 loc) · 1.81 KB
/
404.html
File metadata and controls
66 lines (63 loc) · 1.81 KB
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
---
layout: internal
title: "Page missing | Activecell: The small business management platform"
---
<!-- banner content -->
<div class="landing-banner">
<div class="container">
<div class="white-label-header corporate">
<h1 class="label-heading">Sorry, the page you’re looking for isn’t here anymore.</h1>
</div>
</div>
</div>
<div class="header-page-not-found">
<div class="container">
<h2>
You didn’t do anything wrong.
</h2>
<h3>
We may have moved the page you’re looking for somewhere else.
</h3>
</div>
</div>
<div class="container">
<div class="row">
<div class="span4">
<div class="opt-box">
<h4>
Did you follow a link from here?
</h4>
<p>
If you reached this page from another part of activecell.com,
please <a href="http://support.activecell.com/">let us know</a>
so we can correct our mistake.
</p>
</div>
</div>
<div class="span4">
<div class="opt-box">
<h4>
Did you follow a link from another site?
</h4>
<p>
Links from other sites can sometimes be outdated or misspelled.
Please <a href="http://support.activecell.com/">let us know</a>
where you came from and we can try to contact the other site in order to fix the problem.
</p>
</div>
</div>
<div class="span4">
<div class="opt-box">
<h4>
Did you type the URL?
</h4>
<p>
You may have typed the address (URL) incorrectly.
Check to make sure you’ve got the exact right spelling, capitalization, etc.
The <a href="http://www.activecell.com/">Activecell</a>
home page has links to our most popular content.
</p>
</div>
</div>
</div>
</div>