mirror of https://github.com/apache/lucene.git
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:
parent
d8195d0721
commit
06813501ba
|
@ -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>
|
Loading…
Reference in New Issue