diff options
| -rw-r--r-- | join.html | 2 | ||||
| -rw-r--r-- | style.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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> @@ -4,6 +4,11 @@ a{ font-weight:bold; } +audio{ + width:0px; + height:0px; +} + footer>*{ font-size:small; background-color:white; |
