mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 13:43:17 +00:00
11 lines
271 B
HTML
11 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>
|