mirror of
https://codeberg.org/SimpleWeb/SimpleerTube.git
synced 2024-11-15 13:43:17 +00:00
17 lines
518 B
HTML
17 lines
518 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>SimpleerTube - Search</title>
|
|
</head>
|
|
<body>
|
|
<form action="/search" method="POST">
|
|
<label for="query"><b>SimpleerTube</b></label>
|
|
<input type="text" name="query" id="query" placeholder="Search"/>
|
|
<button type="submit">Search</button>
|
|
</form>
|
|
<footer>
|
|
<a href="https://codeberg.org/simple-web/peertube/src/commit/{{ commit }}">Commit: {{ commit }}</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|