Upstream tarball 20080304
[amule.git] / src / webserver / src / missing-template.html
blobb45819c3373b7b9dd65e0e4f8947536038dbd85a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>aMuleWeb error page</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 </head>
9 <body>
10 <p>You seeing this page instead of aMuleWeb page because valid template has not been found.</p>
11 <p>This means that there's problem with aMule installation </p>
12 <ul>
13 <li>Before installation please ensure that you uninstalled previous versions of amule</li>
14 <li>If you installing by recompiling from source, check configuration and run &quot;make install&quot; again </li>
15 <li>If you installing binary package, you may need to contact package maintainer </li>
16 </ul>
17 <p>For more information please visit</p>
18 <p><a href="www.amule.org">aMule main site</a> <a href="forum.amule.org">aMule forum</a></p>
19 </body>
20 </html>