Skip to content

Commit a6405f9

Browse files
authored
Add footer with version and disclaimer
Added footer with version information and disclaimer.
1 parent 18f1ea2 commit a6405f9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,14 @@
254254
}
255255

256256
document.addEventListener('contextmenu', e => e.preventDefault());
257+
258+
<footer>
259+
<p>Pobfus 0.8 Beta | Developed by <a href="https://github.com/tenringsofdoom1x">tenringsofdoom1x</a></p>
260+
<p style="font-size: 0.7em; max-width: 600px; margin: 0 auto; opacity: 0.6;">
261+
Disclaimer: We do not condone the use of exploiting in our Terms of Service. If your script is compromised, do not ping the developer; leave a report in the remarks.
262+
</p>
263+
</footer>
264+
257265
</script>
258266
</body>
259267
</html>

0 commit comments

Comments
 (0)