-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jade
More file actions
42 lines (39 loc) · 1.66 KB
/
index.jade
File metadata and controls
42 lines (39 loc) · 1.66 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
doctype html
html
head
meta(name="viewport" content='width=device-width, initial-scale=1, shrink-to-fit=no')
title='Browser Tree'
link(href='node_modules/bootstrap/dist/css/bootstrap.min.css' rel='stylesheet')
link(href='./node_modules/font-awesome/css/font-awesome.min.css' rel='stylesheet').
link(href='src/main.less' rel='stylesheet')
body
div.container-fluid
nav.navbar.navbar-darg.bg-inverse.navbar-fixed-top.row
div.col-xs-2.col-xs-offset-2.col-md-offset-1
button#menu.btn.btn-info-outline.btn-block
i.fa.fa-bars
form#go-form.col-xs-5.col-md-6
input#urlbar.form-control
div.col-xs-2
button#go.btn.btn-success-outline.btn-block
i.fa.fa-chevron-right
div#sidebar.hide-sidebar
div#resizebar
div.row
div.col-xs-3
button#back.btn.btn-info-outline.btn-block
i.fa.fa-caret-left
div.col-xs-3
button#forward.btn.btn-info-outline.btn-block
i.fa.fa-caret-right
div.col-xs-3
button#bookmarks.btn.btn-warning-outline.btn-block
i.fa.fa-star
div.col-xs-3
button#newtab.btn.btn-success-outline.btn-block
i.fa.fa-plus
div#tabs.list-group.btn-secondary-outline
div#views
script(src='./src/renderer.js').
script(src='./src/sidebar.js').
script(src='./src/right-click.js').