mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 18:18:38 +00:00
9ab0f64f07
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646116 13f79535-47bb-0310-9956-ffa450edef68
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>
|