forked from macnaked/HTML5--CSS3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
40 lines (36 loc) · 1.32 KB
/
index.htm
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
<!DOCTYPE html>
<!--[if IE 7 ]> <html lang="ru" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="ru" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="ru" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="ru" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<title></title>
<link type="text/css" rel="stylesheet" href="css/global.css">
<script type="text/javascript" src="js/libs/modernizr-2.6.1.min.js"></script>
</head>
<body>
<div id="wrapper">
<header></header>
<div id="content">
</div>
<footer></footer>
</div>
<!-- PLUGINS: jQuery v1.7.2 -->
<script src="js/plugins.js"></script>
<!--[if lt IE 9]>
<script src="js/libs/css3-mediaqueries.min.js"></script>
<script type="text/javascript" src="js/libs/mootools.js"></script>
<script type="text/javascript" src="js/libs/selectivizr.min.js"></script>
<script src="js/libs/IE9.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script type="text/javascript" src="js/libs/PIE.js"></script>
<![endif]-->
<script src="js/script.js"></script>
</body>
</html>