mirror of
https://github.com/abrendan/NochuSearch.git
synced 2025-08-25 05:52:08 +02:00
Initial commit
This commit is contained in:
15
templates/index.html
Normal file
15
templates/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
Reference in New Issue
Block a user