Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / index.html
Created December 11, 2016 14:20
// source https://jsbin.com/yeruca
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
body {
}
anonymous
anonymous / index.html
Created December 10, 2016 20:26
// source http://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
anonymous
anonymous / index.html
Created December 10, 2016 20:19
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>
anonymous
anonymous / index.html
Created December 10, 2016 20:12
// source http://jsbin.com/kufapay
<h1>My first website!</h1>
<h2>by a talented student</h2>
<p>Built with WDI at GA.</p>