Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Last active August 29, 2015 14:05
Show Gist options
  • Save tylerlee/e928a826c8d8cc7e8907 to your computer and use it in GitHub Desktop.
Save tylerlee/e928a826c8d8cc7e8907 to your computer and use it in GitHub Desktop.
default-html-head.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>OrgSync Organization Template</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="icon" href="http://www.orgsync.com/images/favicon.ico" type="image/x-icon" />
[[file:orgsync_defaults]]
<link href="[[file:stylesheet]]" rel="stylesheet" type="text/css" />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment