Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <html class="no-js">
  2. <head>
  3.  
  4. ...
  5.  
  6. <script>
  7. document.documentElement.className =
  8. document.documentElement.className.replace("no-js", "js");
  9. </script>
  10.  
  11. <link rel="stylesheet" href="styles.css" />
  12.  
  13. ...
Add Comment
Please, Sign In to add comment