Add Instance Home and Home button
This commit is contained in:
parent
a04a418d32
commit
6b03bf194b
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue