Browse Source

Update footer on webpage

pull/549/head
Peter Lewis 2 years ago
committed by GitHub
parent
commit
4ad812b0e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/www/index.html

9
src/www/index.html

@ -511,9 +511,10 @@
</div>
<p v-cloak class="text-center m-10 text-gray-300 text-xs">Made by <a target="_blank" class="hover:underline"
href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen</a> · <a class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" target="_blank">Donate</a> · <a class="hover:underline"
href="https://github.com/weejewel/wg-easy" target="_blank">GitHub</a></p>
href="https://emilenijssen.nl/?ref=wg-easy">Emile Nijssen</a> · Maintained by <a target="_blank" class="hover:underline"
href="https://peterlew.is">Peter Lewis</a> · <a class="hover:underline"
href="https://github.com/sponsors/WeeJeWel" target="_blank">Donate to Emile</a> · <a class="hover:underline"
href="https://github.com/peterlewis/wg-easy" target="_blank">GitHub</a></p>
</div>
@ -525,4 +526,4 @@
<script src="./js/app.js"></script>
</body>
</html>
</html>

Loading…
Cancel
Save