Skip to content

Instantly share code, notes, and snippets.

@jerry-maheswara-github
Last active February 24, 2018 08:14
Show Gist options
  • Save jerry-maheswara-github/87d2e714dacff3dd071e46e24ce18189 to your computer and use it in GitHub Desktop.
Save jerry-maheswara-github/87d2e714dacff3dd071e46e24ce18189 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>
:: {site_title} ::
</title>
<meta content="Jerry Maheswara ([email protected]) +62-899-0055-099" name="author"/>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
{header}
<div class="container">
{content}
</div>
<hr/>
{footer}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment