This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404page.html~
139 lines (126 loc) · 4.22 KB
/
404page.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML>
<!--
Monochromed by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>ERROR 404..</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">AdiTECH Technologies</a></h1>
<span>Designed By Aditya Jain</span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="regsign.php">Register/Login</a></li>
<li><a href="whatwedo.html">What We Do</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="admin.php">Admin Stuff</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content" class="12u skel-cell-important">
<section>
<header>
<h2>ERROR 404....PAGE IS UNDER CONSTRUCTION...</h2>
<a href="index.html" class="button">Go back to Home</a>
</header>
</section>
</div>
<!-- /Content -->
</div>
</div>
</div>
<!-- Main -->
<!-- Footer -->
<div id="footer">
<header>
<h2> Contact Me on social Networking Sites.</h2>
</header>
<div class="container">
<div class="row">
<div class="3u">
<section>
<ul class="style1">
<a href="https://facebook.com/adityajn105">
<li><img src="images/facebook.png" width="78" height="78" alt="">
<p>Follow me on Facebook.</br></br></br></br></p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<a href="https://in.linkedin.com/in/aditya-jain-a0777a110">
<li><img src="images/linkedin.png" width="78" height="78" alt="">
<p>Connect Me on LinkedIn </p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<!--
<li><img src="images/pics07.jpg" width="78" height="78" alt="">
<p>Nullam non wisi a sem eleifend. Donec mattis libero eget urna. </p>
<p class="posted">August 11, 2014 | (10 ) Comments</p>
</li>-->
</ul>
</section>
</div>
<div class="3u">
<section>
<ul class="style1">
<a href="https://instagram.com/adityajn105">
<li class="first"><img src="images/insta.jpeg" width="78" height="78" alt="">
<p>Follow me on instagram. </br></br></br></br></p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<a href="#">
<li><img src="images/twitter.jpeg" width="78" height="78" alt="">
<p>Follow me on twitter </p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="index.html">Aditya Jain.</a> This website has Copyright of Aditya...
</div>
</div>
</body>
</html>