summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-06-16 21:17:10 +0500
committerilotterytea <iltsu@alright.party>2024-06-16 21:17:10 +0500
commit9cf5c78e5ee33e3266d3ac598e7182f413167b94 (patch)
tree3eeed88da97fbeb5843e9552f462203a1faffc9a /index.html
parent4d79baa96d3995d7c1a7c98ca9dbc28acf8ae3b7 (diff)
feat: button to acquire a link for obsHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 83ba688..7394c86 100644
--- a/index.html
+++ b/index.html
@@ -34,6 +34,7 @@
</div>
<div class="control">
<a href="show.html" class="button">show in a separate tab</a>
+ <a href="#" class="button" id="obs" onclick="get_link_for_obs()">get link for obs</a>
</div>
</div>
</div>
@@ -52,5 +53,6 @@
</body>
<script src="scripts/microphone.js"></script>
<script src="scripts/settings.js"></script>
+<script src="scripts/obs.js"></script>
</html> \ No newline at end of file