initial commit

This commit is contained in:
2020-04-07 10:10:47 -04:00
parent 9f6ce79d46
commit 57deb7595f
54 changed files with 1317 additions and 0 deletions

View File

@@ -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>