xref: /OpenGrok/opengrok-indexer/src/test/resources/sources/document/document.html (revision 2bcacabbe843448903326d34ff21a265b5f37596)
1<!--
2    Document   : document
3    Created on : Sep 3, 2008, 11:00:12 PM
4    Author     : austvik@axample.com
5-->
6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
7<html>
8  <head>
9    <title>OpenGrok HTML test document</title>
10    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11  </head>
12  <body>
13      <h1>OpenGrok Test Document</h1>
14      <p>This document is a short test of a HTML document.</p>
15      It contains some 'strange' characters: æ ø å Æ Ø & Å<br/>
16      Some other "strange" characters: &lt;tag&gt; &amp; &quot; &Dagger;
17      <p>
18      Well, that was something at <a href="http://example.com/example.html">least</a>, even < and > can exist here.
19
20      even empty lines..
21      Example class: com.sun.java.lang.ClassName
22  </body>
23</html>
24