Added syntax highlight (Supports 2 languages + plain)

This commit is contained in:
pikami
2016-06-13 15:17:14 +00:00
parent 3ca9efd71c
commit 99e8de5316
14 changed files with 968 additions and 2 deletions

View File

@@ -11,6 +11,9 @@
<script type="text/javascript" src="js/jquery.dynatable.js"></script>
<link href="css/jquery.dynatable.css" rel="stylesheet">
<script>$(document).ready(function(){$('#tablepastes').dynatable();});</script>
<!-- Highlight scripts -->
<?php include "includes/highlight.php"; ?>
</head>
<body>
<!-- NavBar -->