Skip to content

Commit f094169

Browse files
authored
Add remarks button linking to GitHub issues
Added a button for remarks that opens GitHub issues.
1 parent b8abcef commit f094169

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@
255255

256256
document.addEventListener('contextmenu', e => e.preventDefault());
257257

258+
<button class="remarks-btn" onclick="window.open('https://github.com/tenringsofdoom1x/repo/issues', '_blank')">
259+
<span>💬</span> Remarks
260+
</button>
261+
258262
<footer>
259263
<p>Pobfus 0.8 Beta | Developed by <a href="https://github.com/tenringsofdoom1x">tenringsofdoom1x</a></p>
260264
<p style="font-size: 0.7em; max-width: 600px; margin: 0 auto; opacity: 0.6;">

0 commit comments

Comments
 (0)