24 lines
959 B
HTML
24 lines
959 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>E-MailRelay index</title>
|
|
<link rel="stylesheet" href="emailrelay.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="div-main">
|
|
<h1>E-MailRelay Documentation</h1>
|
|
<ul>
|
|
<li><a class="a-href" href="userguide.html">User guide</a></li>
|
|
<li><a class="a-href" href="reference.html">Reference</a></li>
|
|
<li><a class="a-href" href="windows.html">Windows guide</a></li>
|
|
<li><a class="a-href" href="developer.html">Developer guide</a></li>
|
|
<li><a class="a-href" href="changelog.html">Change log</a></li>
|
|
<li><a class="a-href" href="doxygen/index.html">Source code documentation</a></li>
|
|
<li><a class="a-href" href="emailrelay-man.html">Man page</a></li>
|
|
<li><a class="a-href" href="http://emailrelay.sourceforge.net">Web site</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!-- Copyright (C) 2001-2022 Graeme Walker <graeme_walker@users.sourceforge.net>. All rights reserved. -->
|