mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2025-02-04 01:37:58 +01: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>
|