-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.php
More file actions
executable file
·51 lines (47 loc) · 1.3 KB
/
Copy pathbase.php
File metadata and controls
executable file
·51 lines (47 loc) · 1.3 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
51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//DE" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<link id="favicon" rel="icon" type="image/png" href="./img/os_icon2.png">
<title>OwnSound</title>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="./js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="./js/ownsound.js"></script>
<script src="./js/jquery.mmenu.min.all.js"></script>
<script src="./js/jquery.loadmask.min.js"></script>
<script src="./js/popup.js"></script>
<link type="text/css" rel="stylesheet" href="./css/jquery.mmenu.all.css" />
<link type="text/css" rel="stylesheet" href="./css/demo.css" />
<link type="text/css" rel="stylesheet" href="./css/ownsound.css" />
<script src="./js/jquery.easytabs.min.js" type="text/javascript"></script>
<style type="text/css">
#page
{
padding-top: 40px;
}
#menu
{
padding-top: 30px;
}
#header
{
position: fixed;
left: 0;
top: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#mmenu-blocker
{
opacity: 0;
}
</style>
<script>
$(function() {
$('nav#menu').mmenu({
classes: "mm-zoom-menu"
});
});
</script>
</head>