-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (36 loc) · 1.43 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
35
36
37
38
39
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="public/static/css/bozlak.css">
</head>
<body>
<div id="bozlak">
<div id="bozlak-top-bar">
<div class="tabs to-left">
</div>
<button type="button" id="addTab" class="to-left">+</button>
<div class="action-buttons to-right">
<a id="bozlak-minimize" href=""></a>
<a id="bozlak-fullscreen" href=""></a>
<a id="bozlak-close" href=""></a>
</div>
</div> <!-- #bozlak-top-bar -->
<div id="bozlak-address-bar">
<div class="action-buttons to-left">
<a id="bozlak-back" href="" class="icon-ArrowBlueBoxLeft"></a>
<a id="bozlak-forward" href="" class="icon-ArrowBlueBox"></a>
<a id="bozlak-reload" href="" class="icon-MembersMenuOffice"></a>
</div>
<form id="address-form">
<input type="text" placeholder="about:blank">
<button type="submit">Git</button>
</form>
</div>
<div id="bozlak-main"></div>
<div id="bozlak-footer"></div>
</div>
<script type="text/javascript" src="public/static/js/external.js"></script>
<script type="text/javascript" src="public/static/js/bozlak.js"></script>
</body>
</html>