Skip to content

Instantly share code, notes, and snippets.

@alexparker
Created June 5, 2014 15:36
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 alexparker/1da7a44ce017c0b214d9 to your computer and use it in GitHub Desktop.
Save alexparker/1da7a44ce017c0b214d9 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PAGE_TITLE</title> <!-- this will be replaced automatically -->
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/basic.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="header_content">
<h1>My Organization</h1>
</div> <!-- #header_content -->
</div> <!-- #header -->
<div class="content">
{ShareAction} <!-- Place the {ShareAction} snippet where you want your share module to go. Usually this is inside your main container -->
</div> <!-- .content -->
<div id="footer">
<div id="footer_content">
Page Disclaimer
</div> <!-- #footer_content -->
</div> <!-- #footer -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment