20 lines
365 B
HTML
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>
|