diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-12 13:40:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 13:40:47 +0200 |
| commit | 2039178b0f4550534ea6cca1efe64e2a6e4e901d (patch) | |
| tree | 880b7290ed18b2eb8fb38dc8a39b5ad0ca234e58 /public | |
| parent | 1a32ea5886de62a495e6fcc65b3d270f9bd84cce (diff) | |
| parent | dc85197c9b966105813dd026480f9f6bc77d8b68 (diff) | |
Merge pull request #225 from AttorneyOnline/playerlist
Playerlist
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..ae27a2f 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"> + <table id="client_playerlist"></table> + </select> +</template> + </html> |
