Skip to content

Instantly share code, notes, and snippets.

@nerdburn
Created June 16, 2014 18:31
Show Gist options
  • Save nerdburn/999e55ccdb991c1362d5 to your computer and use it in GitHub Desktop.
Save nerdburn/999e55ccdb991c1362d5 to your computer and use it in GitHub Desktop.
HTML Example for Dropbox
<!DOCTYPE html>
<html>
<head>
<title>My Awesome HTML Blog Post</title>
<meta name="date" content="2014-01-01" /><!-- YYYY-MM-DD -->
<meta name="type" content="post" /><!-- use "post" or "page" -->
<meta name="tags" content="food, tech" /><!-- comma separated -->
</head>
<body>
<p>This is my awesome blog post.</p>
<p><img src="myphoto.jpg" /></p><!-- image in same directory as html file in Dropbox -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment