Add Instance Home and Home button

This commit is contained in:
metalune 2021-07-30 20:04:32 +02:00
parent a04a418d32
commit 6b03bf194b
1 changed files with 5 additions and 0 deletions

View File

@ -11,7 +11,12 @@
<body>
<center>
<h2>{{ instance_name }}</h2>
<a href="/">Home</a>
<b> | </b>
<a href="/{{ domain }}">Instance Home</a>
<form action="/{{ domain }}/search" method="POST">
<input size="45" style="max-width: 100%" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
<button type="submit">Search</button>