36 lines
1,019 B
HTML
36 lines
1,019 B
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>
|
|
<a href="download.html">Download</a>
|
|
<a href="screenshots.html">Screenshots</a>
|
|
<a href="demo.html">Demo</a>
|
|
<a href="project.html">Project</a> </p>
|
|
</div>
|
|
<br />
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<!-- TODO: add real link! -->
|
|
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|