copied files

This commit is contained in:
Marc Wäckerlin
2015-06-28 20:58:51 +00:00
parent ce86705134
commit 52d1f4fb3c
35 changed files with 28725 additions and 0 deletions

30
html/index.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE HTML">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="stylesheets/jquery.cssemoticons.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="openpgp.js"></script>
<script type="text/javascript" src="safechat.js"></script>
<script src="javascripts/jquery.cssemoticons.min.js" type="text/javascript"></script>
<title>Safe Chat</title>
</head>
<body>
<h1>Safe Chat</h1>
<div id="main">
<p>start up engine, please wait ...</p>
</div>
<div id="status">
<noscript>This is a secure and encryptet chat application, that runs
in your browser and does not send any credentials to the
server. Your password and your secret key is fully under your
control. That's why you must enable javascript and local storage for
this application.</noscript>
</div>