-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (34 loc) · 1.37 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
<html>
<head>
<meta name="description" content="Ancient Archieve is a website to Archieve and store your Docs" />
<meta name="author" content="The Unsung Heroes">
<!-- Mobile Webs -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="mobile-web-app-capable" content="yes">
<title>
Ancient Archieve
</title>
<!-- Website Theme -->
<meta id="theme-color" name="theme-color" content="#4AB3B6">
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- <div class="se-pre-con"></div> -->
<div class="container-head">
<h1>Ancient Archieve Project</h1>
<a class="login" href="pages/login/login.html">Login</a>
</div>
<div class="container-body">
<h1>Ancient <br> Archieve.</h1>
<p>Make Your Archieve More Secure!</p>
</div>
<!-- JQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script>
$(window).load(function() {
$(".se-pre-con").fadeOut("slow");;
});
</script>
</body>
</html>