added chapter map to README
This commit is contained in:
19
21-asyncio/charfinder/http_charfinder.html
Normal file
19
21-asyncio/charfinder/http_charfinder.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user