Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>just a bunch of words</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- import the webpage's stylesheet -->
- <link rel="stylesheet" href="/style.css">
- <!-- import the webpage's javascript file -->
- <script src="/script.js" defer></script>
- </head>
- <body>
- <h1>just some words</h1>
- <p>
- 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
- </p>
- <!-- include the Glitch button to show what the webpage is about and
- to make it easier for folks to view source and remix -->
- <div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
- <script src="https://button.glitch.me/button.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement