diff options
Diffstat (limited to 'projects/www/public')
| -rw-r--r-- | projects/www/public/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/projects/www/public/index.html b/projects/www/public/index.html index 179054b..6141472 100644 --- a/projects/www/public/index.html +++ b/projects/www/public/index.html @@ -22,26 +22,26 @@ <p>In the meantime, here's some links:</p> <ul class="list-disc pl-5"> <li> - <a - href="https://about.zue.dev" - class="text-cyan-500 hover:underline" - > - About Me + <a href="https://t1.zue.dev" class="text-cyan-500 hover:underline"> + T1: Zero-Markup Development & Hosting </a> </li> <li> - <a href="https://bbg.zue.dev" class="text-cyan-500 hover:underline"> - BBG: Open-Source Independent Game Studio + <a href="https://96.zue.dev" class="text-cyan-500 hover:underline"> + 96: Transparent Talent Management </a> </li> <li> - <a href="https://t1.zue.dev" class="text-cyan-500 hover:underline"> - T1: Zero-Markup Development & Hosting + <a href="https://bbg.zue.dev" class="text-cyan-500 hover:underline"> + BBG: Open-Source Independent Game Studio </a> </li> <li> - <a href="https://96.zue.dev" class="text-cyan-500 hover:underline"> - 96: Transparent Talent Management + <a + href="https://about.zue.dev" + class="text-cyan-500 hover:underline" + > + About Me </a> </li> </ul> |
