Add thanks page
This commit is contained in:
parent
17470a768e
commit
a93d79b1d9
2 changed files with 10 additions and 0 deletions
9
source/thanks.md
Normal file
9
source/thanks.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Thanks
|
||||
date: 2024-04-21 13:26:52
|
||||
---
|
||||
We would like to thank these people for contributing to SVR.JS:
|
||||
* **ChatGPT** — for helping us writing a better URL sanitizer and for many improvements to SVR.JS and SVR.JS mod code. Also we would like to thank ChatGPT for helping us set up our Git server and for improving our documentation!
|
||||
* **Julia Jaros** — for helping us choosing a domain for our custom URL shortener (she chose **svrjs.link**).
|
||||
|
||||
**We would also like to thank many other people who have contributed to SVR.JS! Your contributions are appreciated!**
|
|
@ -12,6 +12,7 @@
|
|||
<li><a href="https://downloads.svrjs.org">Downloads</a></li>
|
||||
<li><a href="https://svrjs.org/mods">Official SVR.JS mods</a></li>
|
||||
<li><a href="https://svrjs.org/branding">Branding</a></li>
|
||||
<li><a href="https://svrjs.org/thanks">Thanks</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-column">
|
||||
|
|
Reference in a new issue