mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
22 lines
600 B
HTML
22 lines
600 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<link rel="STYLESHEET" type="text/css" href="yhttpd.css"/>
|
|
<title>Neutrino Webserver</title>
|
|
</head>
|
|
<body>
|
|
<h1>Neutrino Webserver</h1>
|
|
<h2>Documentation</h2>
|
|
<ul>
|
|
<li><a href="nhttpd_controlapi.html">ControlAPI Documentation</a></li>
|
|
<li>Software architecture</li>
|
|
<ul>
|
|
<li><a href="nhttpd_implementation.html">Neutrino Implementation</a></li>
|
|
<li><a href="yhttpd_documentation.html">yhttpd Base-Webserver</a></li>
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
</body>
|
|
</html> |