Much work on error reporting architecture for validation
This commit is contained in:
parent
5593bb22d1
commit
25795cf364
43 changed files with 2024 additions and 1067 deletions
|
|
@ -1,14 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>The Old Dog and Duck: Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="codox/css/default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>The Old Dog and Duck: Documentation</h1>
|
||||
<ul>
|
||||
<li><a href="codox/index.html">Primary documentaion</a></li>
|
||||
<li><a href="cloverage/index.html">Test coverage</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>The Old Dog and Duck: Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="codox/css/default.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>The Old Dog and Duck: Documentation</h1>
|
||||
<img src="images/Dog_and_Duck_tavern.jpg" alt="Victorian painting by Thomas H. Shepherd, based on a 1646 drawing">
|
||||
<p>'The Old Dog and Duck' is a fairly common pub name;
|
||||
<a href="https://en.wikipedia.org/wiki/Dog_and_Duck,_St_George%27s_Fields">
|
||||
the instance in the picture</a>
|
||||
stood in St George's Fields, London from the seventeenth century
|
||||
until 1812, when the site was cleared to make way for the new Bethlehem
|
||||
Hospital.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="codox/index.html">Primary documentation</a></li>
|
||||
<li><a href="cloverage/index.html">Test coverage</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue