mirror of
https://github.com/abrendan/NochuSearch.git
synced 2025-06-16 04:35:08 +02:00
16 lines
320 B
HTML
16 lines
320 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Nochu</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Nochu</h1>
|
|
<p>Yet another search engine.</p>
|
|
<form action="/search" method="get">
|
|
<input type="text" name="query" required>
|
|
<button type="submit">Search</button>
|
|
</form>
|
|
</body>
|
|
</html>
|