5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
19 lines
367 B
HTML
19 lines
367 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>1590220 - Example 1</title>
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
Text of first PRE block
|
|
</pre>
|
|
<table border="2" summary="First table"></table>
|
|
<pre>
|
|
Text of second PRE block
|
|
</pre>
|
|
<table border="3" summary="Second table"></table>
|
|
<!-- Some Comment -->
|
|
</body>
|
|
</html>
|