Advertisement
Guest User

Untitled

a guest
May 25th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Musik</title>
  5.         <meta charset="UTF-8">
  6.         <link rel="stylesheet" type="text/css" href="style.css" />
  7.         <script src="script.js" type="text/javascript"></script>
  8.         <script type="text/javascript">
  9.             function white() {
  10.                 var overwerk = frames['overwerk'].document;
  11.                 overwerk.getElementsByTagName("a")[1].style.color = "whitesmoke";
  12.                
  13.                 var skrillex = frames['skrillex'].document;
  14.                 skrillex.getElementsByTagName("a")[1].style.color = "whitesmoke";
  15.                
  16.                 var kdrew = frames['kdrew'].document;
  17.                 kdrew.getElementsByTagName("a")[1].style.color = "whitesmoke";
  18.                
  19.                 var martingarrix = frames['martingarrix'].document;
  20.                 martingarrix.getElementsByTagName("a")[1].style.color = "whitesmoke";
  21.                
  22.                 var sevenlions = frames['sevenlions'].document;
  23.                 sevenlions.getElementsByTagName("a")[1].style.color = "whitesmoke";
  24.                
  25.                 var insan3lik3 = frames['insan3lik3'].document;
  26.                 insan3lik3.getElementsByTagName("a")[1].style.color = "whitesmoke";
  27.                
  28.             }
  29.         </script>
  30.     </head>
  31.     <body onload="nav(); white();">
  32.         <div class="content">
  33.             <div id="title">Meine Lieblingsmusik</div>
  34.             <div class="spotirect">
  35.                 <h2 class="spotititle">Meine Lieblingstitel</h2>
  36.                 <iframe src="https://embed.spotify.com/?uri=spotify%3Auser%3A11102386793%3Aplaylist%3A1KrqvWOBOUaPk84c20did4" width="290" height="370" frameborder="0" allowtransparency="true" class="spotiframe">Anderer Browser!</iframe>
  37.             </div>
  38.             <div class="spotirect">
  39.                 <h2 class="spotititle">Meine Lieblingsinterpreten</h2>
  40.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:2f9PTWJfMMDTAFZcvHy1Z5&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="overwerk">
  41.                 </iframe>
  42.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:5he5w2lnU9x7JFhnwcekXX&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="skrillex">
  43.                 </iframe>
  44.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:1DLsogyGi0pwPtwV78D8uZ&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="kdrew">
  45.                 </iframe>
  46.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:60d24wfXkVzDSfLS6hyCjZ&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="martingarrix">
  47.                 </iframe>
  48.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:6fcTRFpz0yH79qSKfof7lp&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="sevenlions">
  49.                 </iframe>
  50.                 <iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:0ACEzksK2oPw72QtDMCUVV&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" class="spotiframe" id="insan3lik3">
  51.                 </iframe>
  52.             </div>
  53.         </div>
  54.         <div id="footer">Die Musik kannst du auch auf <a href="https://spotify.com">Spotify</a> finden!</div>
  55.     </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement