-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1020 Bytes
/
index.html
File metadata and controls
37 lines (32 loc) · 1020 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
35
36
37
<!DOCTYPE HTML>
<html>
<head>
<title>B64</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="appContainer" class="wrap">
<main>
<div id="titlebar" class="titlebar">
<div class="titlebar-stoplight">
<div id="closeWindow" class="titlebar-close"></div>
<div id="minimiseWindow" class="titlebar-minimize"></div>
<!-- <div id="fsWindow" class="titlebar-fullscreen"></div> -->
</div>
<div class="title">B64</div>
<div class="tb-right"></div>
</div>
<div id="dropper"></div>
<div id="results">
<ul id="resultsList"></ul>
</div>
<footer>
<div id="infoBox" class="info-box">Idle</div>
<div id="storageSpace" class="storage-space"></div>
<div id="deleteAll" class="delete-all" title="Delete All Files">✗</div>
</footer>
</main>
</div>
<script src="b64.js"></script>
</body>
</html>