Add a index redirect page

This commit is contained in:
Donald Burr 2015-10-17 16:10:58 -07:00
parent c8db2e1f01
commit 27e1044aae

10
web_app/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<title>SIFTools</title>
<META http-equiv="refresh" content="5;URL=sif_tools.html">
</head>
<body bgcolor="#ffffff">
<center>This is not the web page you're looking for... <A HREF="sif_tools.html">move along, move along</a>
</center>
</body>
</html>