Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created January 26, 2012 04:52
Show Gist options
  • Save griffiths/1681070 to your computer and use it in GitHub Desktop.
Save griffiths/1681070 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Embedding Images</title>
</head>
<body>
<h3>Cash Cats</h3>
<img src="image01.jpg" /><br />
<img src="image02.jpg" /><br />
<img src="image03.jpg" /><br />
<img src="image04.jpg" /><br />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment