Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2016 21:52
Show Gist options
  • Save anonymous/7f4aaec78dab4c0ced64 to your computer and use it in GitHub Desktop.
Save anonymous/7f4aaec78dab4c0ced64 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<style id="jsbin-css">
#yes {
color: red;
}
</style>
</head>
<body>
<h1 id="yes">
Clicky
</h1>
<script id="jsbin-javascript">
var name = "WHEEELS!";
var year = 2014;
var place =
function hi() {
alert("Saying hi!");
}
function place() {
alert("timesSquare");
}
function worstcharacter() {
alert("animalman");
}
function () {
}
*/
</script>
<script id="jsbin-source-css" type="text/css">#yes {
color: red;
}</script>
<script id="jsbin-source-javascript" type="text/javascript">
var name = "WHEEELS!";
var year = 2014;
var place =
function hi() {
alert("Saying hi!");
}
function place() {
alert("timesSquare");
}
function worstcharacter() {
alert("animalman");
}
function () {
}
*/</script></body>
</html>
#yes {
color: red;
}
var name = "WHEEELS!";
var year = 2014;
var place =
function hi() {
alert("Saying hi!");
}
function place() {
alert("timesSquare");
}
function worstcharacter() {
alert("animalman");
}
function () {
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment