Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Forked from anonymous/index.html
Created October 5, 2015 21:45
Show Gist options
  • Save dcousineau/fe8b93c0787a966af550 to your computer and use it in GitHub Desktop.
Save dcousineau/fe8b93c0787a966af550 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