-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1012 Bytes
/
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
<html>
<head>
<title>strata ~ home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<div id='tools'>
<a href='#' id='new'>new</a> |
<a href='#' id='share'>share</a> |
<a href='#' id='download' download='strata-download.txt'>download text</a> |
<a href='https://github.com/0i8/strata' target='_blank'>source</a>
<input id='urlInput'>
</div>
<textarea spellcheck="false" id="t">
strata is a pastebin that never sees the contents of its pastes!
- click "new" to create your own paste
- click "source" to find out more about this
--
jupiter ([email protected])
</textarea>
<script language="javascript" src="js/lz-string.min.js"></script>
<script language="javascript" src="js/convert.js"></script>
</body>
</html>