-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (29 loc) · 1008 Bytes
/
index.html
File metadata and controls
executable file
·34 lines (29 loc) · 1008 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
28
29
30
31
32
33
34
<html>
<head>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.mousewheel.js"></script>
<script src="js/quantize.js"></script>
<script src="js/color-thief.js"></script>
<script src="js/dummy.js"></script>
<script src="js/script.js"></script>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<!--<h1>Login to <span id="hostname">hostname</span></h1>-->
<div id="user-list-wrapper">
<div class="clock"></div>
<div class="date"></div>
<div id="user-list" data-shift="0"></div>
</div>
<div id="password-container" class="hidden">
<input id="password" type="password" />
<div id="authentication-message">Invalid password, please try again</div>
</div>
<div id="controls">
<div class="system-button">Shutdown</div>
<div class="system-button">Restart</div>
<div class="system-button">Hibernate</div>
<div class="system-button">Suspend</div>
</div>
</body>
</html>