Advertisement
BlitherLlama

Untitled

Feb 14th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!-- MUSIC SCRIPT -->
  2. <!-- To activate simply delete the comment tags and replace music.mp3 with the path to your sound file. -->
  3. <!-- Adding copyrighted music is illegal as you will be redistributing from the server this is hosted from, this means that you will be held liable -->
  4.  
  5.  
  6. <audio class="audio" autoplay autobuffer="autobuffer">
  7. <source src="Tobu_-_Colors.ogg" type="audio/ogg">
  8. </audio>
  9.  
  10.  
  11. <script type="text/javascript" src="scripts/main.js"></script><!-- Script to get downloads, map, players, game mode and sort out the loading bar -->
  12.  
  13. </body><!-- Closes off the HTML Document -->
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement