blob: 0eef79a7a4c26afc265d7a40a8fa2462a66c8fc4 (
plain)
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
|
<!doctype html>
<html>
<head>
<title>An Error Has Occurred - Grow Process</title>
<link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet">
<link rel="stylesheet" href="/style.css" />
<script src="/scripts/jquery.min.js"></script>
<script src="/scripts/jquery-ui.js"></script>
<script src="/scripts/growth.js"></script>
</head>
<body>
<div id="notfooter">
<header>
<h1>
<a href="/index.html"><img src="/images/logo.png"> Grow Process</a>
<a id="foursquarefloat" href="http://motionchrch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
</h1>
<nav class="primary">
<ul>
<a href="/index.html">Home</a>
<a href="/learnmore.html">Learn More</a>
<a href="/contact.html">Contact</a>
<a href="/login.html">Login / Sign Up</a>
</ul>
</nav>
</header>
<div id="middlebar">
<div id="noticebox">
<p>
</p>
</div>
</div>
<div id="content">
<article class="${class}">
<h1>An Unexpected Error has Occurred</h1>
<p>An error has occurred. If you continue to see this message, please <a href="http://jesterpm.net/betafeedback.php">contact us</a>.</p>
</article>
</div>
<div id="push"></div>
</div>
<footer>
<div class="left">
<a href="/index.html">Home</a>
<a href="/learnmore.html">Learn More</a>
<a href="/contact.html">Contact</a>
</div>
<div class="right">
©2013 <a href="http://motionchrch.com">Foursquare Church</a>
</div>
</footer>
</body>
</html>
|