Advertisement
Guest User

Untitled

a guest
Nov 13th, 2011
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>PTV Home</title>
  4.     <script src="canvas_tool_bar.js"></script>
  5.     <link rel="stylesheet" href="ptv_stylesheet.css">
  6.    
  7. </head>
  8. <body onLoad="init();">
  9. <div class="toolbar_line">
  10.     <canvas id="canvas" width="120" height="850" align="left">
  11.     Your browser doesn't support the HTML5 element canvas.
  12.     </canvas></div><br>
  13. <div class="thin_lines">
  14.     <img src="ptv_title.png" width="800" height="150">
  15. </div>
  16. <div class="top_line">
  17.     <h1>NEWS</h1><p>
  18.     PTV is back for another kick ass time on the air!  Check out what everyone's talking about
  19.     on channel 69 now!<p>
  20.     <img src="ptviceskate.gif"><br>
  21.     </div>
  22. <div class="logo_time"><a href="ptv_home.html"><img src="ptv_temp_logo.png" width="200px" height="200px"></a></div>
  23.  
  24. <div class="now_playing" align="right">
  25.     <h2>Now Playing</h2>   
  26.            
  27.     <div align="right" class="schedule_script">
  28.     <script type="text/javascript" src="schedule_script.js">
  29.     </script></div>
  30.     <div id="txt"></div></div>
  31. </body>
  32. </html>
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement