SimpleerTube/templates/domain_index.html
2021-01-19 12:13:21 +01:00

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>