Advertisement
TheUltraTanker

Make a page with lots of words on Glitch, put in index.html

Jan 4th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>just a bunch of words</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9. <!-- import the webpage's stylesheet -->
  10. <link rel="stylesheet" href="/style.css">
  11.  
  12. <!-- import the webpage's javascript file -->
  13. <script src="/script.js" defer></script>
  14. </head>
  15. <body>
  16. <h1>just some words</h1>
  17.  
  18. <p>
  19. chicken, eat, see, doofus, give, stuck, cat, dog, kitten, puppy, mom, boy, girl, stupid, idiot, heck, box, stick, pig, moose, tree, leaf, leaves, grass, cow, tuck, rainbow, summon, word, tank, apc, fool, steam, house, home, shop, city, red, orange, yellow, green, blue, indigo, purple, white, black, racist, communist, capitalist, elite, bandage, joke, saturn, venus, earth, sun, money, pluto, folder
  20. </p>
  21.  
  22. <!-- include the Glitch button to show what the webpage is about and
  23. to make it easier for folks to view source and remix -->
  24. <div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
  25. <script src="https://button.glitch.me/button.js"></script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement