Created
October 5, 2015 21:44
-
-
Save anonymous/1362317993d01c6c1811 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