Advertisement
Guest User

paste in html editor

a guest
Dec 7th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> buyspicycurry.us </title>
  4. <style>
  5. body {
  6. background-color: lightgray;
  7. color: black;
  8. }
  9. </style>
  10. <script>
  11. function init() {
  12. var e1 = document.getElementById("e1");
  13.  
  14. e1.innerHTML = "**ULTRA SPICY MODE ACTIVATED**";
  15. }
  16. </script>
  17.  
  18. </head>
  19. <body>
  20. <h1 id="e1"> (*Moderate Spice*) </h1>
  21. <button type="button" onclick="init()"> Warning! Deadly levels of spice. </button>
  22. </body>
  23.  
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement