/usr/lib/interchange/standard/html/index.html is in interchange-cat-standard 5.7.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96  | <html>
<head>
  <title>__MVC_COMPANY__</title>
  <style type="text/css">
    TD {
      font-family: Helvetica;
      font-size: 11px;
    }
    A.categorybar:link, A.categorybar:active, A.categorybar:visited {
      color: #FFFFFF;
      font-family: Helvetica;
      font-size: 13px;
      font-weight: bold;
    }
    A:link, A:active, A:visited {
      color: #006699;
      font-family: Helvetica;
      font-size: 11px;
    }
    .contentbar1 {
      background-color: #EEEEEE;
      font-family: Helvetica;
      font-size: 11px;
    }
    .categorybar {
      background-color: #006699
      font-family: Helvetica;
      font-size: 11px;
    }
  </style>
</head>
<body bgcolor="#FFFFFF">
<table border="0" align=center cellspacing="5" cellpadding="15">
<tr>
  <td align="left">
    <img src="__MVC_IMAGEURL__/logo2.gif">
  </td>
  <td align="right">
    <big><b>__MVC_COMPANY__</b></big>
  </td>
</tr>
<tr class="contentbar1">
  <td align=center colspan=2>
    <table cellpadding=5 width="100%" align=center>
    <tr class="contentbar1">
      <td colspan=2> </td>
    </tr>
    <tr class="contentbar1">
      <td class="contentbar1" width="50%" align="center">
        <a href="__MVC_CGIURL__/index.html">Customer Entrance</a>
      </td>
      <td class="contentbar1" width="50%" align="center">
        <a href="__MVC_CGIURL__/admin/index.html">Admin Interface</a>
      </td>
    </tr>
    <tr class="categorybar">
      <td colspan=2> </td>
    </tr>
    </table>
  </td>
</tr>
<tr class="contentbar1">
  <td colspan="2" width="95%">
    <p>
    <b>If the above links do not work</b>, the Interchange server may not
    be running. Try one of these commands to restart it:</b>
    </p>
    <blockquote>
      /sbin/service interchange restart<br>
      /usr/local/interchange/bin/restart<br>
    </blockquote>
  </td>
</tr>
<tr class="contentbar1">
  <td width="95%" class="contentbar1" colspan="2">
    <p>
    This is the "standard" demonstration of the Interchange electronic
    catalog system.
    </p>
    <p>
    <b>Links that will help you to use this software:</b>
    </p>
    <ul>
    <li><a href="http://www.icdevgroup.org/">Interchange developer site</a></li>
    <li><a href="http://www.perl.com/">Perl Information</a></li>
    <li><a href="http://www.w3.org/">WWW Resources</a></li>
    <li><a href="http://httpd.apache.org/">Apache Web Server</a></li>
	</ul>
  </td>
</tr>
</table>
</body>
</html>
 |