mirror of https://github.com/apache/lucene.git
put a really simple html doc in exampledocs for using in ref guide examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2ce463b05
commit
9ab0f64f07
|
@ -0,0 +1,13 @@
|
|||
<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>
|
Loading…
Reference in New Issue