Created
May 22, 2018 20:27
-
-
Save caitfriedlander/63d87365c2abf3de5f2f40247457c876 to your computer and use it in GitHub Desktop.
My First Website // source http://jsbin.com/zequwiz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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