files for chapter 18B - async/await

This commit is contained in:
Luciano Ramalho
2015-07-13 22:54:31 -03:00
parent 5e3d37936e
commit daa096e3d2
10 changed files with 662 additions and 0 deletions

View 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>