-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesktop.html
More file actions
executable file
·27 lines (25 loc) · 865 Bytes
/
desktop.html
File metadata and controls
executable file
·27 lines (25 loc) · 865 Bytes
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
<html>
<head>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="themes/desktop.js"></script>
<link rel="stylesheet" type="text/css" href="themes/theme.css">
<link rel="stylesheet" type="text/css" href="themes/desktop.css">
<title>Desktop</title>
</head>
<body>
<div id="mainDesktop">
<h1>Desktop</h1>
<div id="appCon">
<div class="appIcon" id="SS"><center><img src="images/settings.png"></center><p>setings</p></div>
[%Apps%]
</div>
</div>
<div id="overlay"><h1>System Settings</h1><button id="exit">X</button>
<div id="appCon2">
[%Set%]
<!--<div class="appIcon2"><center><img src="images/clone_icon.png"></center><p>setings</p></div>
<div class="appIcon2"><center><img src="images/clone_icon.png"></center><p>test</p></div>-->
</div>
</div>
</body>
</html>