Commit 160552ae by Alex Bush

pretty code and db remove

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