forked from david0178418/BackboneJS-AMD-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 791 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en-us" class="ie6"> <![endif]-->
<!--[if IE 7]> <html lang="en-us" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en-us" class="ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-us"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" >
<title dir="ltr">RequireJS/Backbone Boilerplate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="screen" href="libs/css/normalize.css?v=2011.11.04" >
<link rel="stylesheet" media="screen" href="src/css/styles.css?v=1" >
</head>
<body>
<div id='content'>
</div>
<script data-main="src/js/main.js" src="libs/js/require.js"></script>
</body>
</html>