Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Last active December 14, 2015 18:58
Show Gist options
  • Save kharmabum/5132783 to your computer and use it in GitHub Desktop.
Save kharmabum/5132783 to your computer and use it in GitHub Desktop.
HTML boilerplate for stand-alone documents that might otherwise be .docx; export from http://dillinger.io/ and copy/paste into <body>.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/css/bootstrap.min.css">
<script src="http://code.jquery.com/jquery-1.7.1.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/bootstrap.min.js"></script>
<style>
body { padding: 40px 50px 40px 50px }
</style>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment