26 lines
818 B
HTML
26 lines
818 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
body {
|
|
max-width: 30em;
|
|
margin-left: 2em;
|
|
}
|
|
p.center {text-align:center;}
|
|
</style> <link rel="shortcut icon" href="../rho.ico">
|
|
<title>Replacing TCP, UDP, SSL and TLS</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="./index.html"> To Home page</a> </p>
|
|
<h1>Vision Statement</h1>
|
|
|
|
<p>Not yet written</p>
|
|
<p> A vision statement is a one page version of the functional spec, saying what your software will do for users
|
|
</p>
|
|
<p style="background-color : #ccffcc; font-size:80%">These documents are
|
|
licensed under the <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
|
|
Commons Attribution-Share Alike 3.0 License</a></p>
|
|
</body>
|
|
</html>
|