summaryrefslogtreecommitdiff
path: root/priv/room.html.eex
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-11-02 19:52:25 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-11-02 19:53:59 +0000
commit58d32f23eb0ebc988c6e0fd4c6c651c7757021a2 (patch)
treefeb7f793efd22648fe909fa580c2427b30c0451e /priv/room.html.eex
parent475286136da68c0a9cc8bec95d042f7243553fb4 (diff)
downloadmediasync-58d32f23eb0ebc988c6e0fd4c6c651c7757021a2.tar
mediasync-58d32f23eb0ebc988c6e0fd4c6c651c7757021a2.tar.gz
mediasync-58d32f23eb0ebc988c6e0fd4c6c651c7757021a2.zip
Clean up directory structure, improve README
Also this should make GitHub ignore the vendored code for the purpose of detecting programming languages used in the repository. See https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#vendored-code
Diffstat (limited to 'priv/room.html.eex')
-rw-r--r--priv/room.html.eex4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/room.html.eex b/priv/room.html.eex
index 3b15b74..4a6a5aa 100644
--- a/priv/room.html.eex
+++ b/priv/room.html.eex
@@ -11,7 +11,7 @@
<meta name="robots" content="noindex, nofollow">
<title>room | mediasync</title>
<link rel="stylesheet" href="/static/main.css">
- <link rel="stylesheet" href="/static/video.js/video-js.min.css">
+ <link rel="stylesheet" href="/static/vendored/video.js/video-js.min.css">
<style>
body {
margin: 0;
@@ -68,7 +68,7 @@
</video-js>
</div>
</div>
- <script src="/static/video.js/video.min.js"></script>
+ <script src="/static/vendored/video.js/video.min.js"></script>
<script>
const WEBSOCKET_URL = location.origin.replace(/^http/, "ws") + "<%= websocket_path %>";
const STATE_ELEMENT_INITIAL_TEXT = "loading...";