diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-02 18:14:07 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-02 18:14:07 +0000 |
commit | 128614a1fa9eaafed8b732775fbaf926e468b577 (patch) | |
tree | 5d1450848b6b47e08d5deb95434ff0a4f5180e99 /index.html | |
parent | 2a782772a81a0f2577494f25cd3bed26ce6e3d32 (diff) | |
download | RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.gz RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.bz2 RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.zip |
Credits
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -39,7 +39,8 @@ <li>Built a proper homepage.</li> <ul> <li>Revamped the install code.</li> - <li>Added Changelog</li> + <li>Added Changelog.</li> + <li>Added a credits section.</li> </ul> <li>Continued work on type inference logic.</li> <ul> @@ -49,5 +50,12 @@ </ul> </article> </section> + <h2>Credits:</h2> + <p>Though I've tried to keep as much of this codebase my own as possible, + CV2Utils depends on the following projects:</p> + <ul> + <li><a href="https://usiconic.com/open">Open Iconic - Various Icons</a></li> + <li><a href="https://fusejs.io">fuse.js - Searching through the JSON</a></li> + </ul> </body> </html>
\ No newline at end of file |