forked from bosz/FETSHAREF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.27 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
<!-- Author: Collins Geek
* copyright: (c) 2015
* License: Mozilla Public License v 2.0
* Email: Collins.geek@gmail.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title> Fet | Share</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="author" content="hacker110" />
<meta name="keywords" content="" />
<link rel="icon" href="favicon/icon.ico" type="image/x-icon">
<!-- jQuery Library and Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Raleway' rel='stylesheet' type='text/css'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!--/jQuery Library and Google Fonts -->
<link rel="stylesheet" href="css/main.css" />
<script href='js/preloadImages.js'></script>
</head>
<body class="container">
<div class="overall"></div>
<div class="overlay"></div>
<div class="content">
<h1>Welcome To Fet | Share!</h1>
<h2>community for FET students to share coding resources and Code! </h2>
<h2>Have any new development you have made and will like to share, well here is the place</h2>
</div>
<div class="start"><p> lets get started! </p></div>
</body>
</html>