-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Marionette Books-RequireJS/AMD</title>
<meta name="description" content="Marionette Modular RequireJS 2.0">
<meta name="author" content="Ted Killilea">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assetsAMD/css/main.css">
<link rel="stylesheet" href="assetsAMD/css/bootstrap-modal.css">
<link rel="stylesheet" href="assetsAMD/css/bootstrap.css">
<link href="https://fonts.googleapis.com/css?family=Sofia" rel="stylesheet"
type="text/css">
</head>
<body>
<div class="container">
<div id="header-region"></div>
<div class="row">
<div class="span6" id="main-region"> </div>
<div class="span6"></div>
</div>
<div id="footer-region"></div>
</div>
<script data-main="assetsAMD/js/main" src="components/requirejs/require.js" type="text/javascript"></script>
</body>
</html>