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
29 lines (16 loc) · 633 Bytes
/
menu.html
File metadata and controls
29 lines (16 loc) · 633 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
<section class="menu" tabindex="-1" style="display:none;">
<div class="menu-area">
@@include("./menu/nav.html")
@@include("./menu/close.html")
@@include("./menu/content/layout.html")
@@include("./menu/content/header.html")
@@include("./menu/content/bookmarks.html")
@@include("./menu/content/groups.html")
@@include("./menu/content/theme.html")
@@include("./menu/content/background.html")
@@include("./menu/content/data.html")
@@include("./menu/content/firefox.html")
@@include("./menu/content/coffee.html")
@@include("./menu/content/nighttab.html")
</div>
</section>