-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (49 loc) · 1.72 KB
/
index.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
<!--
Theme by: TheGops
Title: CorpNet Page under construction!!!
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CorpNet - Comming Soon!!!</title>
<meta name="description" content="Ace Page under construction">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold">
<link rel="stylesheet" type="text/css" href="css/jquery.vegas.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body id="home">
<div id="Header">
<div class="wrapper">
<h1>CorpNet</h1>
<ul>
<li><a href="" title="Twitter" class="twitterIcon"></a></li>
<li><a href="" title="facebook" class="facebookIcon"></a></li>
<li><a href="" title="linkedIn" class="linkedInIcon"></a></li>
<li><a href="" title="Pintrest" class="pintrestIcon"></a></li>
</ul>
</div>
</div>
<div id="Content" class="wrapper">
<h2>We are under construction</h2>
<br/><br/>
<div class="countdown styled"></div>
<div id="subscribe">
<h3>Stay in touch</h3>
<form onSubmit = "return false">
<p><input name="address" value="Enter your e-mail" type="text" id="address"/></p>
<p><input type="button" id="button" value="submit"></p>
</form>
</div>
</div>
<footer><span>WebSite source for educational purpose: <a href="http://keepca.ml" alt="thegops">TheGops</a></span></footer>
<div id="overlay"></div>
<!--Scripts-->
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery.vegas.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/global.js"></script>
</body>
</html>
<!--VALIDATION X29X-B173-5567 -->