Added cryptsheet to cryptpad suite!

This commit is contained in:
Caleb James DeLisle
2015-01-29 17:55:18 +01:00
parent 4a63ba7df3
commit 50c10f818e
18 changed files with 525 additions and 54 deletions

11
www/pad/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
</head>
<body>
<textarea style="display:none" cols="80" id="editor1" name="editor1" rows="10"></textarea>
</body>
</html>