forked from davidsulc/backbone.marionette-atinux-books
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindexAMD.html
33 lines (30 loc) · 1.39 KB
/
indexAMD.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="assets/css/main.css">
<link rel="stylesheet" href="assets/css/bootstrap-modal.css">
<link href="https://fonts.googleapis.com/css?family=Sofia" rel="stylesheet"
type="text/css">
</head>
<body>
<h1 class="title">Marionette Bookstore (AMD)</h1>
<section id="credits">By
<a href="http://twitter.com/t2k_nyc">Ted Killilea</a>, forked from
<a href="http://davidsulc.com">David Sulc's repo</a>, based on the
<a href="http://www.atinux.fr/backbone-books/">original application</a>by
<a href="http://www.atinux.fr">Atinux</a>.</section>
<div id="menu">
<a href="#" >Marionette Bookstore</a>
<a href="#otherapp" >Other App</a>
</div>
<div id="content"></div>
<div id="modal"></div>
<script data-main="assetsAMD/js/main.optimized" src="bower_components/requirejs/require.js" type="text/javascript"></script>
</body>
</html>