forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnightTab.html
More file actions
21 lines (21 loc) · 800 Bytes
/
Copy pathnightTab.html
File metadata and controls
21 lines (21 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="menu-content menu-content-nighttab is-hidden">
<div class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">nightTab</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<p class="mb-1">Version <strong class="display-version"></strong></p>
<p class="display-name small"></p>
</div>
<hr>
<div class="form-wrap">
<p>Project repository on <a href="https://github.com/zombieFox/nightTab" target="_blank" tabindex="-1">GitHub</a>.</p>
</div>
<hr>
<div class="form-wrap">
<p>For feedback and support, submit an <a href="https://github.com/zombieFox/nightTab/issues" target="_blank" tabindex="-1">Issues.</a></p>
</div>
</div>
</div>
</div>