2021-01-22 05:08:04 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>SimpleerTube - Search</title>
|
2021-03-24 18:52:46 +01:00
|
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-01-22 05:08:04 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-03-24 18:56:02 +01:00
|
|
|
<center>
|
|
|
|
<h2>SimpleerTube</h2>
|
2021-03-24 19:10:04 +01:00
|
|
|
<h5>A simple frontend for PeerTube</h5>
|
2021-03-24 18:56:02 +01:00
|
|
|
|
|
|
|
<form action="/search" method="POST">
|
2021-03-24 19:10:04 +01:00
|
|
|
<input size="45" type="text" name="query" id="query" placeholder="SepiaSearch"/>
|
2021-03-24 18:56:02 +01:00
|
|
|
<button type="submit">Search</button>
|
|
|
|
</form>
|
|
|
|
</center>
|
2021-01-22 05:08:04 +01:00
|
|
|
</body>
|
|
|
|
</html>
|