Skip to content

Instantly share code, notes, and snippets.

@bonniee
Forked from anonymous/index.html
Created October 22, 2015 03:11
Show Gist options
  • Save bonniee/c2b1bf1b941389585043 to your computer and use it in GitHub Desktop.
Save bonniee/c2b1bf1b941389585043 to your computer and use it in GitHub Desktop.
Review with Pusheen // source http://jsbin.com/zilimu
<head>
<title>Review with Pusheen</title>
<style id="jsbin-css">
body {
background-color: pink;
}
h1 {
font-family: sans-serif;
}
p {
font-size: 30px;
}
</style>
</head>
<body>
<h1>I like cats.</h1>
<img src="http://i.giphy.com/rD9yC2W8m2BHO.gif"/>
<p>I mean, who <i>doesn't?</i></p>
<script id="jsbin-source-html" type="text/html"><head>
<title>Review with Pusheen</title>
</head>
<body>
<h1>I like cats.</h1>
<img src="http://i.giphy.com/rD9yC2W8m2BHO.gif"/>
<p>I mean, who <i>doesn't?</i></p>
</body>
</script>
<script id="jsbin-source-css" type="text/css">body {
background-color: pink;
}
h1 {
font-family: sans-serif;
}
p {
font-size: 30px;
}</script>
</body>
body {
background-color: pink;
}
h1 {
font-family: sans-serif;
}
p {
font-size: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment