-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (33 loc) · 965 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Backbone Boilerplate</title>
<!-- Application styles. -->
<!--(if target dummy)><!-->
<link rel="stylesheet" href="assets/css/index.css">
<!--<!(endif)-->
<!--(if target release)>
<link rel="stylesheet" href="index.css">
<!(endif)-->
<!--(if target debug)>
<link rel="stylesheet" href="index.css">
<!(endif)-->
</head>
<body>
<!-- Application container. -->
<main role="main" id="main"></main>
<!-- Application source. -->
<!--(if target dummy)><!-->
<script data-main="app/config" src="vendor/js/libs/require.js"></script>
<!--<!(endif)-->
<!--(if target release)>
<script src="require.js"></script>
<!(endif)-->
<!--(if target debug)>
<script src="require.js"></script>
<!(endif)-->
</body>
</html>