Skip to content

Commit bc6f37a

Browse files
committed
added the support section back
1 parent 05bffce commit bc6f37a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,18 @@ <h1>credits</h1>
231231
<p><a href="https://www.reddit.com/r/MechanicalKeyboards/comments/gc6wx3/experimenting_with_a_completely_new_type_of/">everyone</a> who provided
232232
valuable feedback on the original reddit post for the prototype of this website</p>
233233
</div>
234+
<div class="section">
235+
<h1>support</h1>
236+
<p>If you wish to support this project, help pay for hosting and fuel my caffeine addiction, you can find the support link in the <a href="https://github.com/Miodec/monkey-type/blob/master/README.md">GitHub's readme</a>.</p>
237+
</div>
234238
</div>
235239
<div class="page pageSettings hidden">
236240
<div class="tip" style="grid-column: 1/3;">tip: You can also change all these settings quickly using the command line (<key>esc</key>)</div>
237241
<div class="section smoothCaret" section="">
238242
<h1>smooth caret</h1>
239243
<div class="text">The caret will move smoothly between letters and words.</div>
240244
<div class="buttons">
241-
<div class="button on" tabindex="0 onclick="this.blur();"">on</div>
245+
<div class="button on" tabindex="0" onclick="this.blur();">on</div>
242246
<div class="button off" tabindex="0" onclick="this.blur();">off</div>
243247
</div>
244248
</div>

0 commit comments

Comments
 (0)