Skip to content

Instantly share code, notes, and snippets.

@nicolasfig
Created October 2, 2012 02:55
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 nicolasfig/3815911 to your computer and use it in GitHub Desktop.
Save nicolasfig/3815911 to your computer and use it in GitHub Desktop.
Very basic template for a tumblr theme
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>{Title}</title>
</head>
<body>
<div id="head">
<div class="title">
<div class="desctiption"></div>
</div>
<div class="nav"></div>
</div>
<div id="posts">
<div id="text">
</div>
<div id="photo">
</div>
<div id="photoset">
</div>
<div id="quote">
</div>
<div id="link">
</div>
<div id="chat">
</div>
<div id="audio">
</div>
<div id="video">
</div>
<div id="answer">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment