diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-06 16:13:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 16:13:19 +0200 |
| commit | 267c3b81fe8cd10578a6cd68e74cebbd5d130bf5 (patch) | |
| tree | 97393df1a1e54fee252652980f7a3999e6af6001 /public | |
| parent | 259c666e0b72e8ae26eef8fd70361b61daf5427f (diff) | |
add playerlist template
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/client.html b/public/client.html index f4075b7..cfc6d88 100644 --- a/public/client.html +++ b/public/client.html @@ -631,4 +631,10 @@ </select> </template> +<template id="players"> + <meta name="frame-title" lang="en" content="Players"> + <select id="client_playerlist" size="5" onchange="playerlist_click(event)"> + </select> +</template> + </html> |
