Skip to content

Instantly share code, notes, and snippets.

@onderozcan
Created May 29, 2015 12:27
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 onderozcan/edc33f8439ce8404a68c to your computer and use it in GitHub Desktop.
Save onderozcan/edc33f8439ce8404a68c to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 Templates</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<section>
<div class="content">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment