|
1
|
<h1>An Example HTML Readme</h1> |
|
2
|
|
|
3
|
<p> |
|
4
|
The test/subdir/ directory and its children exist purely for testing |
|
5
|
in the self-hosting Fossil repository. This particular file is used |
|
6
|
to verify that a file name "README.html" is displayed correctly. |
|
7
|
beneath the directory listing. |
|
8
|
</p> |
|
9
|
|
|
10
|
<center> |
|
11
|
<table border=1> |
|
12
|
<tr><td>This</td><td>is</td></tr> |
|
13
|
<tr><td>a</td><td><table></td></tr> |
|
14
|
</table> |
|
15
|
</center> |
|
16
|
|