-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.21 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.21 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main_css.css">
<link rel="stylesheet" href="css/loading_css.css" />
<script src="js/jquery.js"></script>
<script id="boot_script" src="js/index.js"></script>
<script src="js/jqueryui.js"></script>
<link rel="stylesheet" href="css/jqueryui.css">
<script src="js/screenfull.js"></script>
<link rel="shortcut icon" href="img/icon/chrome.ico" type="image/x-icon" />
</head>
<body>
<div id="boot" style="width: 100%;height: 100%;text-align: center;background-color: black ;position: absolute;z-index: 100;">
<img id="windows_logo" src="./img/Windows_logo.svg" style="height: 16%; margin-top: 23%;"/>
<div class='loader' style="width: 5%; margin-top: 10%;text-align: center;">
<div class='circle'></div> <div class='circle'></div> <div class='circle'></div> <div class='circle'></div> <div class='circle'></div>
</div>
</div>
<div id="login" style="width: 100%;height: 100%; position: absolute;z-index: 99;"></div>
<div id="window1" class="window" style="background-color: black;width: 100%;height: 100%;position: absolute;z-index: 1;"></div>
<div id="desktop"></div>
</body>
</html>