-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (30 loc) · 1.22 KB
/
index.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
<!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/win95.js"></script>
<script src="js/kernel.js"></script>
</head>
<body>
</body>
</html>