Skip to content

Instantly share code, notes, and snippets.

@mjhea0

mjhea0/yah.html Secret

Last active September 19, 2020 21:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjhea0/515594fb5de9df07a7e9 to your computer and use it in GitHub Desktop.
Save mjhea0/515594fb5de9df07a7e9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Change me</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//code.jquery.com/jquery-1.10.1.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
{% load markdown_deux_tags %}
{% markdown %}
{% markdown_cheatsheet %}
{% endmarkdown %}
</div> <!-- /container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment