fix oxjs urls
This commit is contained in:
parent
7dd95df9ce
commit
77ad9d7181
1 changed files with 2 additions and 2 deletions
4
ra
4
ra
|
@ -6,8 +6,8 @@
|
||||||
<link rel="shortcut icon" type="image/png" href="png/icon256.png"/>
|
<link rel="shortcut icon" type="image/png" href="png/icon256.png"/>
|
||||||
<link rel="stylesheet" type="text/css" href="css/pandora.css"/>
|
<link rel="stylesheet" type="text/css" href="css/pandora.css"/>
|
||||||
<script type="text/javascript" src="//OxJS.org/latest/Ox.js"></script>
|
<script type="text/javascript" src="//OxJS.org/latest/Ox.js"></script>
|
||||||
<script type="text/javascript" src="//OxJS.org/latest/Ox.UI/jquery/jquery.js"></script>
|
<script type="text/javascript" src="//OxJS.org/latest/UI/jquery/jquery.js"></script>
|
||||||
<script type="text/javascript" src="js/pandora.js"></script>
|
<script type="text/javascript" src="js/pandora.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body><noscript><div style="color: #fff;">enable javascript</div></noscript></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue