racket/collects/tests/web-server/template/examples/static.html
Jay McCarthy a687555c38 moving tests
svn: r12512
2008-11-19 22:22:02 +00:00

12 lines
224 B
HTML

<html>
<head><title>Title</title></head>
<body>
<table>
<tr>
<td>Example, Mr.</td>
<td><a href="mailto:example@"@"foo.com">example@"@"foo.com</a></td>
</tr>
</table>
</body>
</html>