Skip to content

Instantly share code, notes, and snippets.

@caitfriedlander
Created May 22, 2018 20:27
Show Gist options
  • Save caitfriedlander/63d87365c2abf3de5f2f40247457c876 to your computer and use it in GitHub Desktop.
Save caitfriedlander/63d87365c2abf3de5f2f40247457c876 to your computer and use it in GitHub Desktop.
My First Website // source http://jsbin.com/zequwiz
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My First Website</title>
</head>
<body>
<h1>My first website!</h1>
<h2>by a talented student</h2>
<p>Built at GA.<p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment