Advertisement
Guest User

VEIL SourceCode

a guest
Apr 10th, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.59 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Veil &bull; Soon</title>
  8. <meta name="description" content="Welcome to Veil Radio, playing the latest and greatest music... all across the globe!">
  9. <meta property="og:site_name" content="Veil">
  10. <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0">
  11. <meta property="og:title" content="Veil">
  12. <meta property="og:type" content="website">
  13. <meta property="og:description" content="Welcome to Veil Radio, playing the latest and greatest music... all across the globe!">
  14. <meta name="theme-color" content="#27ae60">
  15. <meta name="msapplication-TileColor" content="#27ae60">
  16. <link rel="stylesheet" href="style.css">
  17. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
  18. <link rel="stylesheet" href="bs.css">
  19. </head>
  20. <body>
  21. <div class="container">
  22. <div class="brandcont">
  23. <img class="brand img-fluid" src="https://i.imgur.com/5tdW9bk.png">
  24. </div>
  25. </div>
  26. <div class="player">
  27. <audio id="radio_player" autostart="true" autoplay="true">
  28. <source src="https://thomassss.pw:8010/radio/8000/radio.mp3?152325296" type="audio/mp3"><source src="https://thomassss.pw:8010/radio/8000/radio.mp3?152325296" type="audio/mpeg">Please update your browser for the full experience!</audio>
  29. <a onclick="document.getElementById('radio_player').play()"><i class="fa fa-play radio_buttons" data-toggle="tooltip" data-placement="bottom" title="Tune into Veil Radio!"></i></a>
  30. <a onclick="document.getElementById('radio_player').pause()"><i class="fa fa-pause radio_buttons" data-toggle="tooltip" data-placement="bottom" title="Pause Veil Radio!"></i></a>
  31. <a onclick="document.getElementById('radio_player').volume+=0.1"><i class="fa fa-chevron-up" data-toggle="tooltip" data-placement="bottom" title="Turn this song up!"></i></a>
  32. <a onclick="document.getElementById('radio_player').volume-=0.1"><i class="fa fa-chevron-down" data-toggle="tooltip" data-placement="bottom" title="Turn this song down."></i></a>
  33. </div>
  34. <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  35. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  36. <script src="bs.js"></script>
  37. <script src="script.js"></script>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement