Last active
August 29, 2015 14:05
-
-
Save tylerlee/e928a826c8d8cc7e8907 to your computer and use it in GitHub Desktop.
default-html-head.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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