-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
39 lines (37 loc) · 1.31 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Title</title>
<meta name="description" content="">
<meta name="keywords" content=""/>
<meta name="author" content="Mario Loncarek">
<meta name="robots" content="index,follow">
<meta name="Googlebot" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- JS -->
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body>
<div class="menu-btn">
<a class="btn-open" href="javascript:void(0)"></a>
</div>
<h4>PRESS ON HAMBURGER MENU.</h4>
<div class="overlay">
<h3>PUT ANY CONTENT HERE.</h3>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/responsive-overlay-menu.js"></script>
</body>
</html>