-
-
Save dcousineau/fe8b93c0787a966af550 to your computer and use it in GitHub Desktop.
Daniel's First Website // source http://jsbin.com/vipeye
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"> | |
<title>Daniel's First Website</title> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<h2>This is my first website</h2> | |
<img src="http://www.progarchives.com/progressive_rock_discography_band/290.png" alt="some_text"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment