-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.htm
43 lines (36 loc) · 1.74 KB
/
output.htm
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
<html>
<head>
<meta name="viewport" content="width=default-width, initial-scale=1" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/jquery.css" />
<script src="js/jquery.js"></script>
<script src="js/project.js"></script>
<meta name="viewport" content="width=default-width, initial-scale=1" />
<script src="js/jqmrc2.js"></script>
<!-- CSS stylesheets -->
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/knobKnob/knobKnob.css" />
<script src="assets/knobKnob/tf.js"></script>
<script src="assets/knobKnob/kk.js"></script>
</head>
<body>
<div data-role="page" data-cache="never" id="outputPage" data-backbtn="false">
<div data-role="header" data-position="inline">
<div class="topTitle" id="outputTitle"></div>
<a href="proco.htm" data-icon="arrow-l" class="jqm-home ui-btn-left ui-btn-corner-all ui-btn-down-f ui-btn-up-f" title="back" data-direction="reverse">Back</a>
<a href="index.htm" data-icon="home" class="jqm-home ui-btn-right ui-btn-corner-all ui-btn-down-f ui-btn-up-f" title="home">Home</a>
</div><!-- header -->
<div data-role="content">
<div class="instructionText">Select one.</div>
<div> <!-- Container around button options -->
<a href="#" class="procType" id="eqLink" function="eq" data-role="button">Equalization</a>
<a href="#" class="procType" id="compLink" function="comp" data-role="button">Compression</a>
<a href="#" class="procType" id="limLink" function="lim" data-role="button">NC-Limiting</a>
</div>
</div><!-- /content -->
<div data-role="footer">
<div class="footerText">A Senior Design G13 Project</h4>
</div><!-- /footer -->
</div><!-- /page -->
</body>
</html>