Skip to content

Instantly share code, notes, and snippets.

@stephenfuqua
Last active August 1, 2017 21:16
Show Gist options
  • Save stephenfuqua/f1b4d5a612956489e59849613009d69d to your computer and use it in GitHub Desktop.
Save stephenfuqua/f1b4d5a612956489e59849613009d69d to your computer and use it in GitHub Desktop.
New Window Template - Layout 1
<!DOCTYPE html>
<html lang="en">
<head>
<title>Preview</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="bg-primary">
<h1>#: PageTitle #</h1>
<p>Template 1</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment