Project

General

Profile

1
<!--
2
  * sexpire.html
3
  *
4
  *      Authors: Jivka Bojilova
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 June 26
9
  *      Version: 0.01
10
  *    File Info: '$Id: sexpire.html 497 2000-10-06 01:50:50Z jones $'
11
  * 
12
  * This is an HTML document for auto redirect to index.html
13
-->
14
<HTML>
15
<HEAD>
16
<TITLE>MetaCat</TITLE>
17
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
18
</HEAD>
19
<BODY class="emlbody" onLoad="document.forms[0].submit();">
20

    
21
  <FORM ACTION="@html-path@/index.html" METHOD="GET" target="_top">
22
    <INPUT TYPE="button">
23
  </FORM>
24

    
25
</BODY>
26
</HTML>
(12-12/16)