mirror of https://github.com/apache/lucene.git
14 lines
235 B
HTML
14 lines
235 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Welcome to Solr</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
Here is some text
|
||
|
</p>
|
||
|
<p>distinct<br/>words</p>
|
||
|
<div>Here is some text in a div</div>
|
||
|
<div>This has a <a href="http://www.apache.org">link</a>.</div>
|
||
|
</body>
|
||
|
</html>
|