racket/collects/web-server/default-web-root/htdocs/servlets/examples/static.html
Jay McCarthy 83e9431ec5 Templates before tests
svn: r12509
2008-11-19 19:04:22 +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>