-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (43 loc) · 2.62 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/jqx.base.css" type="text/css" />
<link rel="stylesheet" href="css/jqx.dark.css" type="text/css" />
<title>PicoBrew PicoPaks</title>
</head>
<body>
<header>
<h1>PicoBrew PicoPaks</h1>
</header>
<div id="grid"></div>
<div style="width: 98%">
<div id="updated" style="float:right; margin-right:2px"></div>
<button id="download">Download</button>
</div>
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="js/jqxcore.js"></script>
<script type="text/javascript" src="js/jqxbuttons.js"></script>
<script type="text/javascript" src="js/jqxdata.js"></script>
<script type="text/javascript" src="js/jqxdropdownlist.js"></script>
<script type="text/javascript" src="js/jqxlistbox.js"></script>
<script type="text/javascript" src="js/jqxmenu.js"></script>
<script type="text/javascript" src="js/jqxgrid.js"></script>
<script type="text/javascript" src="js/jqxgrid.columnsresize.js"></script>
<script type="text/javascript" src="js/jqxgrid.columnsreorder.js"></script>
<script type="text/javascript" src="js/jqxgrid.filter.js"></script>
<script type="text/javascript" src="js/jqxgrid.grouping.js"></script>
<script type="text/javascript" src="js/jqxgrid.pager.js"></script>
<script type="text/javascript" src="js/jqxgrid.selection.js"></script>
<script type="text/javascript" src="js/jqxgrid.sort.js"></script>
<script type="text/javascript" src="js/jqxscrollbar.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="http://assets.freshdesk.com/widget/freshwidget.js"></script>
<script type="text/javascript">
FreshWidget.init("", {"queryString": "&widgetType=popup&searchArea=no&formTitle=Feedback+%26+Support&submitTitle=Send+Feedback&submitThanks=Thanks+for+your+feedback!&captcha=yes", "backgroundImage": "http://assets.freshdesk.com/widget/help-button.png", "utf8": "?", "widgetType": "popup", "buttonType": "image", "buttonText": "Feedback", "buttonColor": "white", "buttonBg": "#005B60", "alignment": "2", "offset": "145px", "submitThanks": "Thanks for your feedback!", "formHeight": "500px", "captcha": "yes", "url": "https://spotfour.freshdesk.com"} );
</script>
</body>
</html>