mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 03:43:10 -07:00
Add highlighting
This commit is contained in:
parent
e720cf2e8d
commit
abf9889676
2 changed files with 1199 additions and 9 deletions
1202
static/highlight.min.js
vendored
1202
static/highlight.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -2,15 +2,13 @@
|
|||
|
||||
<head>
|
||||
|
||||
<title>hastebin</title>
|
||||
<title>knxbin</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="solarized_dark.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="application.css"/>
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/default.min.css">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="highlight.min.js"></script>
|
||||
<script type="text/javascript" src="application.min.js"></script>
|
||||
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue