change piracy2.gif link

This commit is contained in:
2025-03-06 17:33:08 +00:00
parent 3031b4b98e
commit 2b2a0c91b8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<iframe src="https://increm.net/badge?key=futile" title="incremnet badge" width="88" height="31"
style="border: none; background: url('https://increm.net/bg.png');"></iframe>
<a href="https://www.rust-lang.org/" target="_blank"><img src="static/buttons/rustNOW.png" width="88" height="31"></a>
<a href="https://rentry.co/megathread" target="_blank"><img src="static/buttons/piracy2.gif" width="88" height="31"></a>
<a href="https://fmhy.net/" target="_blank"><img src="static/buttons/piracy2.gif" width="88" height="31"></a>
<a href="https://duckduckgo.com" target="_blank"><img src="static/buttons/ddg.gif" width="88" height="31"></a>
<a href="https://en.wikipedia.org/wiki/The_Creation_of_Adam" target="_blank"><img src="static/buttons/fingerofgod.gif" width="88" height="31"></a>
<a href="https://vostok.one" target="_blank"><img src="static/buttons/vostok.png" width="88" height="31"></a>
+1
View File
@@ -5,6 +5,7 @@ deploy := "/var/www/futile.eu"
deploy-site:
scp -pr static/ index.css index.html index.js {{server}}:{{deploy}}
ssh {{server}} 'chmod -R o+rX {{deploy}}/static/'
deploy-caddy:
scp -pr Caddyfile {{server}}:Caddyfile