diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 00:09:13 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 00:09:13 -0500 |
| commit | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (patch) | |
| tree | 8db3115d3b0a78dc72d6186b750c189efbfb5276 /webAO/client.html | |
| parent | 8f61192332b56379bc424dba6d5662d682cda379 (diff) | |
New client build, with GoldenLayout included
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 54d0fd4..57872d3 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -83,7 +83,7 @@ <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;"> + <img id="about-logo" src="images/logo-new.png" alt="Attorney Online logo"> <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> |
