Skip to content

Instantly share code, notes, and snippets.

@dmonder
Last active January 2, 2020 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmonder/0513794d2d1353f993bb7682a1f9096c to your computer and use it in GitHub Desktop.
Save dmonder/0513794d2d1353f993bb7682a1f9096c to your computer and use it in GitHub Desktop.
HTML Playground
<div>Hi, I'm GistPad!</div>
{
"scripts": [],
"styles": []
}
document.onclick = () => {
alert("Hi");
}
body {
background-color: rgb(195, 228, 228);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment