Skip to content

Instantly share code, notes, and snippets.

Created October 5, 2015 21:44
Show Gist options
  • Save anonymous/1362317993d01c6c1811 to your computer and use it in GitHub Desktop.
Save anonymous/1362317993d01c6c1811 to your computer and use it in GitHub Desktop.
Daniel's First Website // source http://jsbin.com/vipeye
<!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