Commit 160552ae by Alex Bush

pretty code and db remove

1 parent 1a0b2aa7
test.pl
minecraft.conf
.DS_Store
\ No newline at end of file
.DS_Store
minecraft.sqlite
......@@ -12,6 +12,9 @@
<link rel="stylesheet" type="text/css" href="/css/bootstrap-wysihtml5.css">
<script src="/js/bootstrap-wysihtml5.js"></script>
<link href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
</head>
<body>
......@@ -58,5 +61,14 @@
<div id="wrapper" class="container">
<%= content %>
</div>
<script>
// @prettify
!function ($) {
$(function(){
window.prettyPrint && prettyPrint()
})
}(window.jQuery);
// #prettify
</script>
</body>
</html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!