diff --git a/webroot/standalone-chat.html b/webroot/index-standalone-chat.html similarity index 92% rename from webroot/standalone-chat.html rename to webroot/index-standalone-chat.html index 96fd8aa76..fe334a600 100644 --- a/webroot/standalone-chat.html +++ b/webroot/index-standalone-chat.html @@ -17,7 +17,7 @@ + - - - - + + + + + + + + + + + - - +
-
-
-
-

- - - - {{title}} -

- -
-
-
- - -
- -
- - - -
-
- -
- -
- -
-
- -
- - -
- {{ streamStatus }} - {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. - Max {{ sessionMaxViewerCount }} {{ 'viewer' | plural(sessionMaxViewerCount) }}. - {{ overallMaxViewerCount }} overall. -
-
- -
- {{streamerName}} - -
{{extraUserContent}}
- -
- - - -
- -
-
-
-
- -
-
- -
-
-

{{ message.author }}

-

-
-
- - -
- -
- {{ message.oldName }} is now known as {{ message.newName }}. -
-
- -
-
- - -
-
- - -
-
😏
- -
- - -
-
-
-
-
- -
- - - - - - - + diff --git a/webroot/index2.html b/webroot/index2.html deleted file mode 100644 index a751cacfb..000000000 --- a/webroot/index2.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - diff --git a/webroot/js/standalone-chat-app.js b/webroot/js/app-standalone-chat.js similarity index 100% rename from webroot/js/standalone-chat-app.js rename to webroot/js/app-standalone-chat.js