-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.36 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.36 KB
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
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NutCocoJS Reference Architecture</title>
<!--meta http-equiv="cache-control" content="no-cache" /-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="./themes/white/common.css" type="text/css" rel="stylesheet" />
<script src="./libs/jquery/jquery-min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/validator/jquery.validate.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/knockout/knockout-latest.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/underscore/underscore-amd-min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/modernizr/modernizr.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/signals/signals.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/crossroads/crossroads.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/hasher/hasher.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="./libs/pubsub/pubsub-20120708.js" type="text/javascript" charset="utf-8" ></script>
</head>
<body>
<div class="bodyWrapper">
<div class="header">
<table cellpadding="0" cellspacing="0">
<colgroup>
<col width="153" />
<col width="827" />
</colgroup>
<tr>
<td class="logo" valign="top">
<img src="" /><br>
<span class="smallBoldText">John Smith</span><br>
Unit name goes here
</td>
<td valign="top"><header id="appheader"></header>
<div class="toolbar">
<section id="toolBar"></section>
</div>
</td>
</tr>
</table>
</div>
<div class="content">
<section id="appcontent"></section>
</div>
<footer id="appfooter"></footer>
</div>
<script type="text/javascript" data-main="src/main" src="./libs/require/require.js"></script>
</body>
</html>