Skip to content

Commit 9d6a436

Browse files
author
Wilhelm Eklund
committed
EailApp proof of concept working
1 parent 8aab48b commit 9d6a436

22 files changed

+6110
-461
lines changed

backbone_emailapp.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Backbone Email App</title>
6+
<link type="text/css" rel="stylesheet" href="css/bootstrap.css" />
7+
<link type="text/css" rel="stylesheet" href="css/styles.css" />
8+
</head>
9+
<body>
10+
<h1 class="">Backbone Email App</h1>
11+
<span id="notifier" class="">notifier</span>
12+
13+
<h3>Inbox:</h3>
14+
<div>
15+
<div id="inbox" class="inbox">dummy inbox content</div>
16+
<br />
17+
<div id="activeEmail" class="">activeEmail start content</div>
18+
19+
</div>
20+
21+
22+
<script type="text/javascript" src="js/lib/require.js" data-main="js/widgets/emailapp"></script>
23+
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)