Update health_search.tpl #54

Merged
AndyHee merged 1 commits from patch-2 into master 2018-05-10 14:14:49 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h1>Search your site</h1>
<h1>Search for a Friendica node</h1>
<form method="GET">
<label>Your site URL:</label>
<label>URL of node:</label>
<input type="text" name="s" placeholder="example.com" value="$searched" />
<input type="submit" value="Search" />
</form>