forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
27 lines (15 loc) · 642 Bytes
/
menu.html
File metadata and controls
27 lines (15 loc) · 642 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
<section class="menu" tabindex="-1" style="display:none;">
<div class="menu-area">
@@include("./menu/menu-nav.html")
@@include("./menu/menu-close.html")
@@include("./menu/menu-content/layout.html")
@@include("./menu/menu-content/header.html")
@@include("./menu/menu-content/groups.html")
@@include("./menu/menu-content/bookmarks.html")
@@include("./menu/menu-content/theme.html")
@@include("./menu/menu-content/background.html")
@@include("./menu/menu-content/data.html")
@@include("./menu/menu-content/coffee.html")
@@include("./menu/menu-content/nighttab.html")
</div>
</section>