Skip to content

Instantly share code, notes, and snippets.

@ChihChengLiang
Created October 1, 2014 11:54
Show Gist options
  • Save ChihChengLiang/9bb15da8727def845be5 to your computer and use it in GitHub Desktop.
Save ChihChengLiang/9bb15da8727def845be5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Judge</title>
</head>
<body>
{% block layout %} {% endblock%}
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootswatch/3.2.0/darkly/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/darkly/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment