Merge pull request #54 from AndyHee/patch-2

Update health_search.tpl
This commit is contained in:
Hypolite Petovan 2018-05-10 08:14:49 -04:00 committed by GitHub
commit f110a98464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>