blob: 3c807fb1d98622b61f7b652729959d16dd967b2c [file] [log] [blame]
<html>
<head>
<title>Welcome to Solr</title>
<style type="text/css">
body { font-family: serif; }
</style>
</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>
<script>
document.getElementById("div").blur();
</script>
</html>