Add an index page to Solrs webapp, based on a new users experience of expecting something here. IANAWD (i am not a web designer) so just raw page linking to the admin site for now

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@497083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-17 17:06:44 +00:00
parent d8195d0721
commit 06813501ba
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico"></link>
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
<title>Welcome to Solr</title>
</head>
<body>
<h1>Welcome to Solr!</h1>
<a href="."><img border="0" align="right" height="61" width="142" src="admin/solr-head.gif" alt="Solr"/></a>
<a href="admin/">Solr Admin</a>
</body>
</html>