forked from koAlech/DumpsterWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
116 lines (94 loc) · 4.01 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
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dumpster - 404 page not found</title>
<meta name="keywords" content="Dumpster, recycle bin, Android, App, Restore files, backup">
<meta name="description" content="Dumpster - 404 page not found">
<link rel="icon" type="image/png" href="/images/favicon1.png" />
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="stylesheet" href="css/grid.css" type="text/css" />
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<!-- Typekit -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
<!-- Scripts -->
<!-- Sticky Menu -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="scripts/jquery.sticky.js"></script>
<script src="scripts/main.js"></script>
<script>
$(document).ready(function(){
$("#menu").sticky({topSpacing:0});
});
</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-28857959-7', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<nav class="static">
<div class="container">
<div class="navbar">
<div>
<a class="brand" href="index.html"></a>
</div>
<div class="mobile-menu"><img src="images/grid/mobile-nav-icon.png" alt=""></div>
<ul class="menu">
<li><a href="about.html">About</a></li>
<li><a href="press.html">Press</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="http://blog.dumpsterapp.mobi" target="_blank">Blog</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="first-section">
<div id="media" class='container'>
<h1>404 page not found</h1>
<hr>
<div class="row">
<p>Dumpster cannot find this page :(</p>
</div>
</section>
<section class="footer">
<div class="container">
<div class="column one-third">
<p>Have feedback for us? Bring it on!</p>
<p>Contact us at: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="column one-third">
<p>Dumpster is the first and only (!) Android recycle bin app. Created for real people with love. Because we believe that you should have the freedom to make mistakes!</p><br/>
<p><a href="https://play.google.com/store/apps/details?id=com.baloota.dumpster" target="_blank">
Download from Google Play
</a></p>
</div>
<div class="column one-third">
<div class="social-icons">
<a href="http://plus.google.com/+DumpsterappMobi/" target="_blank"><img src="images/grid/googleplus.png" alt="Google Plus" /></a>
<a href="http://facebook.com/dumpsterApp" target="_blank"><img src="images/grid/facebook.png" alt="Facebook" /></a>
<a href="http://twitter.com/dumpsterApp" target="_blank"><img src="images/grid/twitter.png" alt="Twitter" /></a>
</div>
</div>
</div>
</section>
<section class="copyright">
<div class="container">
<p>Copyrights ©2016 Baloota Apps | <a href="terms.html">Terms & Conditions</a> | <a href="privacy.html">Privacy Policy</a></p>
</div>
</section>
</body>
</html>