Skip to content

Instantly share code, notes, and snippets.

@peterentwistle
Last active December 16, 2015 01:49
Show Gist options
  • Save peterentwistle/5357963 to your computer and use it in GitHub Desktop.
Save peterentwistle/5357963 to your computer and use it in GitHub Desktop.
The code from the first lesson index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Youtube Tutorial - Peter</title>
</head>
<body>
<h1>Peter</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis ipsum ante. Quisque dui nisi, luctus et placerat id, ultrices non urna.</p>
<h2>Where to find me:</h2>
<ul>
<li><a href="http://youtube.com/peterentwistletv" target="_blank">Youtube</a></li>
<li><a href="http://twitter.com/peterentwistle" target="_blank">Twitter</a></li>
<li><a href="http://facebook.com/peterentwistletv" target="_blank">Facebook</a></li>
</ul>
<img src="http://peterentwistle.co.uk/images/thumb_peter.jpg" width="154" height="154" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment