-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
43 lines (32 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<meta charset="UTF-8">
<link href="lib/style.css" rel="stylesheet"/>
<link href="lib/favicon.ico" rel="shortcut icon"/>
<title>commie ☭</title>
</head>
<body>
<pre id="paste">
_
___ ___ _____ _____|_|___ <span class="sickle">☭</span>
| _| . | | | | -_|
|___|___|_|_|_|_|_|_|_|___|
commie is a pastebin script with line commenting support.
available at <a href="https://github.com/splitbrain/commie">github</a>. made by <a href="http://www.splitbrain.org">splitbrain</a>.
</pre>
<div id="help">☛ Click the line numbers to comment</div>
<div id="new">
<label for="newpaste">Create a new paste:</label>
<textarea id="newpaste"></textarea><br/>
<button>Save new Paste</button>
Remember: everything is public!
</div>
<div id="footer">
powered by <a href="">commie<sup>☭</sup></a>
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="lib/js.cookie.js"></script>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?skin=desert&autoload=false"></script>
<script src="lib/script.js"></script>
</body>
</html>