-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.html
More file actions
29 lines (29 loc) · 802 Bytes
/
Copy pathsetup.html
File metadata and controls
29 lines (29 loc) · 802 Bytes
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
<html>
<head>
<link rel="stylesheet" href="setup.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="js/require.js" data-main="js/setup" type="text/javascript"></script>
</head>
<body>
<div class="mod title">
<div class="hd">
<h1>JavaScript Framework Setup Tool</h1>
</div>
<div class="bd">
<p class="waiting">Please wait...</p>
<p class="ready">Ready!</p>
<p class="notready">Not Ready.</p>
</div>
</div>
<div class="mod controls">
<div class="mod setting header-footer">
</div>
<div class="mod setting commerce-attr">
</div>
<div class="mod setting config-attr">
</div>
<div class="mod setting commerce-line-attr">
</div>
</div>
</body>
</html>