Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html class="no-js">
  2. <head>
  3. <!-- ... -->
  4. <script>document.documentElement.classList.remove("no-js");</script>
  5. <link rel="stylesheet" href="...">
  6. </head>
  7. <body>
  8. <!-- ... -->
  9. <div class="div-with-background"></div>
  10. <script src="..."></script>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement