Skip to content

Instantly share code, notes, and snippets.

@veb
Created September 10, 2015 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veb/e7e7c65a225c1317d0b3 to your computer and use it in GitHub Desktop.
Save veb/e7e7c65a225c1317d0b3 to your computer and use it in GitHub Desktop.
articles-1
<html>
<head>
<title>Test</title>
</head>
<body>
<div id="mainDiv">
<div id="leftDiv">
<p class="bodyText">This is left</p>
<img src="images/test.jpg" />
</div>
<div id="rightDiv">
<p class="bodyText">This is right</p>
</div>
</div>
<div id="footer">
<p class="smallText">This is the footer</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment