diff options
author | Charadon <dev@iotib.net> | 2022-09-11 15:44:04 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-11 15:44:04 -0400 |
commit | 488823e80dfbacb253842690d78b666f0bc0454d (patch) | |
tree | 4b3502a33c48cc7529cfd6f21369685485501369 /docs/credits.html | |
parent | 771896a49431e780e6f28c39d723113420fa56dc (diff) | |
download | Pong-C-488823e80dfbacb253842690d78b666f0bc0454d.tar.gz |
Fixed flatpak support
Diffstat (limited to 'docs/credits.html')
-rw-r--r-- | docs/credits.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/credits.html b/docs/credits.html new file mode 100644 index 0000000..79bb12c --- /dev/null +++ b/docs/credits.html @@ -0,0 +1,15 @@ +<html> + <h1>CREDITS:</h1> + <hr /> + <table border="2px"> + <tr> + <th>Author</th><th>Asset</th><th>License</th><th>Link</th> + </tr> + <tr> + <th><a href="https://fosstodon.org/web/@allinone0">2xYz</a></th> + <th>Game Icon (<a href="../resources/icon.svg">resources/icon.svg</a>)</th> + <th>Creative Commons Attribution (<a href="https://fosstodon.org/@allinone0/108981413047928142">Source</a> | <a href="https://archive.ph/fLYSK">Archive</a>)</th> + <th><a href="https://fosstodon.org/@allinone0/108981315839693129">Original</a> | <a href="https://archive.ph/XSuqe">Archive</a></th> + </tr> + </table> +</html> |