-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewui.html
21 lines (19 loc) · 1.23 KB
/
newui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<link type="text/css" href="/html/css/jquery-ui.css" rel="stylesheet">
<script type="text/javascript" src="/html/js/jquery.js"></script>
<script type="text/javascript" src="/html/js/jquery-ui.js"></script>
<script type="text/javascript" src="/html/js/jquery.themes.js"></script>
<script type="text/javascript" src="/html/js/netrender.js"></script>
<script type="text/javascript" src="/html/js/netrender-widget.js"></script>
<script type="text/javascript" src="/html/js/netrender-action.js"></script>
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
<script type="text/javascript">
// we will add our javascript code here
var doc=$(document).ready(function(){var page=setupPage();});
</script>
</head>
<body>
<!-- we will add our HTML content here -->
</body>
</html>