-
Notifications
You must be signed in to change notification settings - Fork 1
/
tests.html
37 lines (34 loc) · 1.44 KB
/
tests.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- <link rel="preload" as="image" href="css/icons-w95-16x16.png" />
<link rel="preload" as="image" href="css/icons-w95-32x32.png" />
<link rel="stylesheet" href="desktop-1995/themes/win95/desktop.css" />
<link rel="stylesheet" href="desktop-1995/themes/win95/icon.css" />
<link rel="stylesheet" href="desktop-1995/themes/win95/menu.css" />
<link rel="stylesheet" href="desktop-1995/themes/win95/control.css" />
<link rel="stylesheet" href="css/icons.css" />
<link rel="stylesheet" href="desktop-1995/themes/win95/color.css" /> -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jsmediatags.min.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="desktop-1995/src/menu.js"></script>
<script src="desktop-1995/src/window.js"></script>
<script src="desktop-1995/src/control.js"></script>
<script type="text/javascript">
var platform_name = 'win95';
</script>
<script src="desktop-1995/src/desktop.js"></script>
<script src="desktop-1995/src/interface.js"></script>
<script src="js/kernel.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.9.2.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.2.css">
<script src="js/tests.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>