cryptonas-website/demo.html
2006-12-20 00:43:15 +00:00

50 lines
1.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CryptoBox</title>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="" name="keywords" />
<meta name="description" content="a secure fileserver, live-CD, web front-end">
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
</head>
<body>
<div class="container">
<div class="header"><!-- just the logo --></div>
<div class="navbar">
<p><a href="index.html">Home</a>&nbsp;
<a href="download.html">Download</a>&nbsp;
<a href="screenshots.html">Screenshots</a>&nbsp;
<a href="demo.html">Demo</a>&nbsp;
<a href="project.html">Project</a>&nbsp;</p>
</div>
<br />
<div class="left">
<div class="leftcontent">
<h2>Pardon</h2>
<p>Don't worry if the <a href="http://demo.cryptobox.org">demo</a> is out for lunch. It'll be back soon.</p>
</div>
</div>
<div class="content">
<h2>Demonstration</h2>
<p>With the new release, we proudly present a demo CryptoBox
environment. It's very slow at the moment but should give you a
better feeling, for how the CryptoBox works.</p>
<p>Try: <a href="http://demo.cryptobox.org">demo.cryptobox.org</a> .</p>
</div>
<div class="footer">
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="">Impressum</a> --</p>
</div>
</div>
</body>
</html>