mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-18 01:36:49 +00:00
16 lines
346 B
HTML
16 lines
346 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<form action="/search">
|
|
<input name="query">
|
|
<input type="number" name="page" value="0">
|
|
<input type="number" name="per_page" value="50">
|
|
<input type="submit" value="Search">
|
|
</form>
|
|
|
|
</body>
|
|
</html> |