diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 20:50:18 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 20:50:18 +0100 |
| commit | 8dfd57d0638628117c4e689b8609841552a26f5d (patch) | |
| tree | de3d2a56690ca020dbbd3302a20e15a0bbc3c6f0 /webAO/client.html | |
| parent | a960ee76886457e832734bd24187c0563a63c958 (diff) | |
add css to hide the shownames
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index b5392ee..2c689d2 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -33,6 +33,7 @@ <link rel="stylesheet" type="text/css" href="styles/client.css?v=1.0.3" id="client_stylesheet"> <link rel="stylesheet" type="text/css" href="styles/default.css?v=1.0.1" id="client_theme"> <link rel="stylesheet" type="text/css" href="styles/chatbox/aa.css?v=1.0.1" id="chatbox_theme"> + <link rel="stylesheet" type="text/css" href="styles/nameplates.css" id="nameplate_setting"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <link type="text/css" rel="stylesheet" href="golden/css/goldenlayout.css" /> <link type="text/css" rel="stylesheet" |
