Guest User

Untitled

a guest
Jun 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. var coverContainer = document.getElementById('coverContainer');
  5. coverContainer.innerHTML = '<div id="cover" class="nocover"></div>';
  6. </script>
  7. </head>
  8. <body id="theBody">
  9. <div id="coverContainer"><div id="cover" class="nocover"></div></div>
  10.  
  11. Heres where the other normal body stuff goes
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment