SimpleerTube_peertube_minim.../templates/index.html

21 lines
738 B
HTML
Raw Normal View History

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">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="SimpleerTube"/>
2021-03-24 18:52:46 +01:00
<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-07-18 01:12:12 +02:00
<input size="45" style="max-width: 100%" 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>