-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.47 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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>TITLE</title>
<meta charset='utf-8'>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="robots" content="index,follow">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="shortcut icon" href="img/favicon.png">
<link rel="stylesheet" href="css/main.css">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<!--[if lt IE 8]><h1>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</h1><![endif]-->
<header>
header me
</header>
<section>
section
</section>
<footer>
footer
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.$ || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<!-- pixel-perfect -->
<link rel="stylesheet" type="text/css" href="pp/pixel-perfect.css" />
<script src="pp/pixel-perfect.js"></script>
<script>
pixelperfect.init( {
image: "main.jpg",
visible: true,
opacity: .3
} );
</script>
</body>
</html>