-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 821 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 821 Bytes
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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<title>Modular Boilerplate</title>
<!-- Less -->
<link rel="stylesheet/less" href="less/modularBoilerplate.less" media="all" />
</head>
<!--
IMPORTANT: if your project don't support old Internet explorer version, remove this block code, leaving only the simple tag bod.
-->
<!--[if lte IE 6]> <body class="oldIe"> <![endif]-->
<!--[if IE 7]> <body class="ie7"> <![endif]-->
<!--[if IE 8]> <body class="ie8"> <![endif]-->
<!--[if IE 9]> <body class="ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <body> <!--<![endif]-->
<!-- Javascript -->
<!--[if lte IE 8]>
<script type="text/javascript" src="js/lib/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="js/lib/less-1.3.3.min.js"></script>
</body>
</html>