Skip to content

Instantly share code, notes, and snippets.

Created December 10, 2016 20:19
Show Gist options
  • Select an option

  • Save anonymous/db427098772c0d2c7eae021efe4ae798 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/db427098772c0d2c7eae021efe4ae798 to your computer and use it in GitHub Desktop.
Site // source https://jsbin.com/cakuyeb
<!DOCTYPE html>
<html>
<head>
<title>Site</title>
</head>
<body>
<h1>Hi, I'm awesome.</h1>
<p><a href="http://twitter.com/GA">Follow me</a> on Twitter. Send me an <a href="mailto:me@email.com">email.</a></p>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<title>Site</title>
</head>
<body>
<h1>Hi, I'm awesome.</h1>
<p><a href="http://twitter.com/GA">Follow me</a> on Twitter. Send me an <a href="mailto:me@email.com">email.</a></p>
</body>
</html>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment