diff --git a/webroot/index.html b/webroot/index.html index 4e38ad891..ec0025d10 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -6,6 +6,7 @@ href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" /> + @@ -15,88 +16,107 @@ -
-
-
- -
- {{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. + +
+
+

+ Maybe a header +

+
+
+ + +
+ +
+ +
+ +
+ {{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. + Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + + +
-
-
-
-
-
-
- - -
-

{{ message.author }}

-

+ +
+
+
+
+
+
+ + +
+

{{ message.author }}

+

+
+
+ +
+ + + + + +
+ +
+ +
+
+ +
+
+ +
+
+
- -
- - - - - -
- -
- -
-
- -
-
- -
-
-
-
-
- - + + + +
+ + + + + \ No newline at end of file diff --git a/webroot/js/app.js b/webroot/js/app.js index 4d11cff65..e745becac 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -8,7 +8,7 @@ function setupApp() { }) window.app = new Vue({ - el: "#app", + el: "#info", data: { streamStatus: "", viewerCount: 0,