diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:37:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:37:46 +0200 |
commit | 473dc29e540cb1ed332b6f2895f6f6efe2d60e65 (patch) | |
tree | ccd869dab5adece9f9f6a7190ee56fe5ad1c7b3d /src/spectate/index.html | |
parent | f39f9840a8d14f35de0d38c9570ae27bacb20119 (diff) | |
download | gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar.bz2 gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar.zst |
spectator see names
Diffstat (limited to 'src/spectate/index.html')
-rw-r--r-- | src/spectate/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spectate/index.html b/src/spectate/index.html index 94ef698..394b780 100644 --- a/src/spectate/index.html +++ b/src/spectate/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>GPN Tron</title> + <link rel="stylesheet" href="style.css" /> <script src="main.js"></script> </head> <body> |