Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!--===================================================================================-->
<!-- Inline style to avoid an extra round trip before the page can render. -->
<!-- Embedded style to avoid an extra round trip before the page can render. -->
<style type="text/css">
* {
box-sizing: border-box;
Expand Down Expand Up @@ -479,4 +479,4 @@
startNameChooser();
</script>
<!--===================================================================================-->
</html>
</html>