diff options
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index e9452af..fa373e2 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -81,6 +81,15 @@ </select> </template> +<template id="about"> + <meta name="frame-title" lang="en" content="About"> + <img src="images/logo-new.png" alt="Attorney Online logo" style="padding-top: 5px;"> + <h1 style="line-height: .3em;">webAO</h1> + <h3>version 2.1</h3> + <p>Client created by <a href="https://github.com/stonedDiscord">@stonedDiscord</a> and fixed up by <a href="https://github.com/oldmud0">@oldmud0</a>.</p> + <p>Special thanks to Aleks for reverse engineering the original Delphi client written by FanatSors.</p> +</template> + <body> <span id="sound"></span> <div id="here"></div> |
