10 lines
271 B
HTML
10 lines
271 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<b>{{ instance_name }}</b>
|
|
<form action="/{{ domain }}/search" method="POST">
|
|
<input type="text" name="query" id="query"/>
|
|
<button type="submit">Search</button>
|
|
</form>
|
|
</body>
|
|
</html>
|