lucene/example/solr/conf/admin-extra.html
William Au aa8f2572b6 initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398997 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 18:18:36 +00:00

15 lines
317 B
HTML

<!-- The content of this page will be statically included into the top
of the admin page. Uncomment this as an example to see there the content
will show up.
<hr>
<i>This line will appear before the first table</i>
<tr>
<td colspan="2">
This row will be appended to the end of the first table
</td>
</tr>
<hr>
-->