-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
44 lines (25 loc) · 1005 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>PSG CODEZONE</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel='stylesheet' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Montserrat:400,700'>
<link rel="stylesheet" href="css1">
</head>
<body>
<div class="site">
<div class="nav">
</div>
<div class="content">
<div class="overlay"></div>
<h2>WELCOME TO PSG CODEZONE</h2>
<a href="login"><button>LET'S CODE</button></a>
</div>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js1"></script>
</body>
</html>