Files
safechat/html/index.html

36 lines
1.0 KiB
HTML
Raw Normal View History

2015-06-28 20:58:51 +00:00
<!DOCTYPE HTML">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2015-06-29 22:34:37 +00:00
<meta name="viewport" content="width=device-width initial-scale=1" />
2015-06-29 13:19:06 +00:00
<link href="safechat.css" rel="stylesheet" type="text/css" />
2015-06-28 20:58:51 +00:00
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="openpgp.js"></script>
<script type="text/javascript" src="safechat.js"></script>
2015-06-29 13:19:06 +00:00
<link href="jquery.cssemoticons.css" media="screen" rel="stylesheet" type="text/css" />
<script src="jquery.cssemoticons.js" type="text/javascript"></script>
2015-06-28 20:58:51 +00:00
<title>Safe Chat</title>
</head>
<body>
2015-06-29 13:19:06 +00:00
2015-06-29 22:34:37 +00:00
<div id="header">
<h1>Safe Chat</h1>
</div>
2015-06-28 20:58:51 +00:00
<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>