aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/public/css/style.css4
-rw-r--r--src/views/pages/index.ejs6
2 files changed, 9 insertions, 1 deletions
diff --git a/src/public/css/style.css b/src/public/css/style.css
index 3165d06..33fcdc7 100644
--- a/src/public/css/style.css
+++ b/src/public/css/style.css
@@ -115,3 +115,7 @@ h2 {
.error {
color: red;
}
+
+#stream {
+ width: 80%;
+} \ No newline at end of file
diff --git a/src/views/pages/index.ejs b/src/views/pages/index.ejs
index f537080..3d9d0be 100644
--- a/src/views/pages/index.ejs
+++ b/src/views/pages/index.ejs
@@ -37,7 +37,11 @@
<h3>
<span id="download-link"></span>
</h3>
- <img src="/video" alt="Live video feed of the Pendulum">
+
+ <h2>
+ Stream
+ </h2>
+ <img src="/video" alt="Live video feed of the Pendulum" id="stream">
</div>