-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuilder.html
32 lines (28 loc) · 1.15 KB
/
builder.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Software Inventory Builder</title>
<script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"
type="text/javascript"></script>
<link href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel=
"stylesheet" type="text/css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
type="text/javascript"></script>
<!-- alpaca -->
<link href="https://code.cloudcms.com/alpaca/1.5.15/bootstrap/alpaca.min.css"
rel="stylesheet" type="text/css">
<script src="https://code.cloudcms.com/alpaca/1.5.15/bootstrap/alpaca.min.js"
type="text/javascript"></script>
<script type="text/javascript" src="js/builder.js"></script>
</head>
<body>
<div id="form"></div>
<pre id="results"></pre>
<div class="text-center">
<a id="download_link"><button class="btn btn-default" id="download" type="submit" disabled="disabled">Download File</button></a>
</div>
</body>
</html>