-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorders.html
More file actions
50 lines (38 loc) · 1.26 KB
/
orders.html
File metadata and controls
50 lines (38 loc) · 1.26 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
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Steem Framework</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="webroot/js/jquery-1.4.2.min.js"></script>
<script src="webroot/js/jquery.include.min.js"></script>
<script src="webroot/js/bootstrap-twipsy.js"></script>
<script src="webroot/js/scripts.js"></script>
<link rel="stylesheet/less" href="webroot/css/imports.less">
<script src="webroot/js/less-1.1.3.min.js"></script>
<link rel="shortcut icon" href="webroot/favicon.ico">
<script type="text/javascript" charset="utf-8">
less.env = "development";
less.watch();
</script>
</head>
<body>
<div id="header">
<span data-src="views/elements/header.html"></span>
</div>
<div class="client-nav">
<span data-src="views/elements/menus/client-nav.html"></span>
</div>
<div class="container">
<span data-src="views/layouts/orders/index.html"></span>
</div>
<div id="footer">
<span data-src="views/elements/footer.html"></span>
</div>
</body>
</html>