mirror of https://github.com/apache/lucene.git
15 lines
437 B
HTML
15 lines
437 B
HTML
|
<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>
|