11 lines
320 B
Smarty
11 lines
320 B
Smarty
<h1>Search your site</h1>
|
|
<form method="GET">
|
|
<label>Your site URL:</label>
|
|
<input type="text" name="s" placeholder="example.com" value="$searched" />
|
|
<input type="submit" value="Search" />
|
|
</form>
|
|
|
|
<p><a href="/health">« Back to index</a></p>
|
|
<h1>Search results</h1>
|
|
<div class="result-sites">$result</div>
|