Improve startpage

This commit is contained in:
metalune 2021-03-24 18:56:02 +01:00
parent 5a84312706
commit 7d7b89b8ca
1 changed files with 13 additions and 8 deletions

View File

@ -6,13 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head> </head>
<body> <body>
<form action="/search" method="POST"> <center>
<label for="query"><b>SimpleerTube</b></label> <h2>SimpleerTube</h2>
<input type="text" name="query" id="query" placeholder="Search"/>
<button type="submit">Search</button> <form action="/search" method="POST">
</form> <input size="45" type="text" name="query" id="query" placeholder="Search"/>
<footer> <button type="submit">Search</button>
<a href="https://codeberg.org/simple-web/peertube/src/commit/{{ commit }}">Commit: {{ commit }}</a> </form>
</footer> <br>
<br>
<footer>
<a href="https://codeberg.org/simple-web/peertube/src/commit/{{ commit }}">Commit: {{ commit }}</a>
</footer>
</center>
</body> </body>
</html> </html>