diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-25 20:03:22 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-04-18 16:52:22 +0000 |
| commit | f628de1f9726fa734b1787cb587091013bbb518d (patch) | |
| tree | a0219a64c1014c5e4f414a127b1a0ce967ddcd1a /public | |
| parent | ab0adb4882367a2f2a156df5ba86df00abdbc91f (diff) | |
Add source code links in About section
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index 928aa94..28a6578 100644 --- a/public/client.html +++ b/public/client.html @@ -977,7 +977,12 @@ </p> <p> <a href="https://github.com/AttorneyOnline/webAO" - >Follow development on our GitHub</a + >Original WebAO source code</a + > + </p> + <p> + <a href="https://git.sof.beauty/webao" + >Modified source code (SoF fork)</a > </p> <p>Special thanks to Aleks for the first webAO PoC.</p> |
