diff --git a/apps/tinymce/index.html b/apps/tinymce/index.html
index e4e1a0e..c4ee09f 100644
--- a/apps/tinymce/index.html
+++ b/apps/tinymce/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
-<head>
   <embed src="ambient.wav" width="0" height="0" loop="true" autostart="true" hidden="true">
+<head>
   <script src="js/tinymce/tinymce.min.js"></script>
   <script>tinymce.init({ selector:'textarea' });</script>
 </head>