Files
example-code-2e/18-asyncio/charfinder/http_charfinder.html
Luciano Ramalho 7030b56878 update from Atlas
2015-04-11 01:05:23 -03:00

20 lines
365 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Charfinder</title>
</head>
<body>
Examples: {links}
<p>
<form action="/">
<input type="search" name="query" value="{query}">
<input type="submit" value="find"> {message}
</form>
</p>
<table>
{result}
</table>
</body>
</html>