Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created November 19, 2016 18:12
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 outoftime/d773da2f981c514c32c5aa8b9db0afcc to your computer and use it in GitHub Desktop.
Save outoftime/d773da2f981c514c32c5aa8b9db0afcc to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=d773da2f981c514c32c5aa8b9db0afcc
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My Web Page</h1>
<p><a href="//google.com">
Go to Google
</a></p>
<p>Hello i can keep typing here still works</p>
</body>
</html>
{"enabledLibraries":["jquery"]}
$('p').hide();
a {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment