-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnot_found.php.php
46 lines (40 loc) · 1.68 KB
/
not_found.php.php
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>G|Days Kenya</title>
<meta charset="utf-8">
<link rel="stylesheet" href="fonts/stylesheet.css" media="all">
<link rel="stylesheet" href="css/main.css" media="all">
</head>
<body>
<div id="wrap-index" class="section sh">
<p>THE PAGE YOU ARE LOOKING FOR CANNOT BE FOUND</p>
</div>
<hr>
<footer>
<div id="footer">
<div class="wrap clearFix">
<div id="copyright" class="clearFix">
<p class="floatLeft">© August 2014 – <a href="https://docs.google.com/forms/d/1xvWlL7gE9dztoTn5bg10HfnvZX4ctnM4WYaTmsrmnTM/viewform"> G|Days Kenya</a>, All rights reserved</p>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="js/jquery.smint.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.subMenu').smint({
'scrollSpeed': 1000
});
});</script>
<script src="js/jquery.mousewheel-3.0.4.pack.js"></script>
<script src="js/jquery.fancybox-1.3.4.pack.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/jquery.smint.js"></script>
<script src="js/contact.js"></script>
<script src="contactportal.js"></script>
</body>
</html>