summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--join.html2
-rw-r--r--style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/join.html b/join.html
index 720384e..a10fae8 100644
--- a/join.html
+++ b/join.html
@@ -52,7 +52,7 @@
<br/>
</id>
- <audio controls loop="true" autoplay="true">
+ <audio loop="true" autoplay="true">
<source src="wsintro.wav" type="audio/wav">
</audio>
</html>
diff --git a/style.css b/style.css
index 622c0ef..8e90e1d 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,11 @@ a{
font-weight:bold;
}
+audio{
+ width:0px;
+ height:0px;
+}
+
footer>*{
font-size:small;
background-color:white;