forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoffee.html
More file actions
19 lines (19 loc) · 696 Bytes
/
Copy pathcoffee.html
File metadata and controls
19 lines (19 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="menu-content menu-content-coffee is-hidden">
<div class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Coffee for fuel</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<p>nightTab is free, appreciation is welcome in the form of coffee!</p>
</div>
<hr>
<div class="form-wrap">
<a href="https://www.buymeacoffee.com/zombieFox" class="button button-large px-4 py-3">
<img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" class="mr-2">
<span class="button-text">Buy me a coffee</span>
</a>
</div>
</div>
</div>
</div>