-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
78 lines (71 loc) · 3 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Each Little Things</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>EACH LITTLE THINGS</h1>
<p>Just another fine website designed by <a href="https://www.eachlittlethings.site">Back Benchers</a><br />
This site provides you latest tech news and updates.<br /> we have moved our site to new server.<br /> so click down below to visit new website.<br /> Sorry For the inconvenience </p>
<ul class="actions">
<li><a href="https://www.eachlittlethings.site/" class="button scrolly">Visit Website</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style1 fade-up">
<div class="inner">
<h1>Follow Us On</h1>
<ul class="icons">
<li><a href="https://twitter.com/ELittle_things" class="fa-twitter fa-3x"><span class="label">Twitter</span></a></li>
<li><a href="https://business.facebook.com/eachlittlethings/" class="fa-facebook fa-3x"><span class="label">Facebook</span></a></li>
<li><a href="https://www.reddit.com/user/EachLittlethings" class="fa-reddit fa-3x"><span class="label">Reddit</span></a></li>
<li><a href="https://www.instagram.com/eachlittlethings/" class="fa-instagram fa-3x"><span class="label">Instagram</span></a></li>
<li><a href="https://in.pinterest.com/eachlittlethings/" class="fa-pinterest fa-3x"><span class="label">Pinterest</span></a></li>
<li><a href="https://www.tumblr.com/blog/eachlittlethings" class="fa-tumblr fa-3x"><span class="label">Tumblr</span></a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Each Little Things. All rights reserved.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>