SimpleerTube/templates/index.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>