dir/view/health_summary.tpl
Andy H c7b336570e
Update health_summary.tpl
Removed deprecated URL to personal profile
Improved wording and layout
2018-05-09 20:17:50 +07:00

14 lines
479 B
Smarty

<h1>Search for a Friendica node</h1>
<form method="GET">
<label>URL of node:</label>
<input type="tex<F5>t" name="s" placeholder="friendica.example.social" />
<input type="submit" value="Search" />
</form>
<br>
<h1>List of optimal Friendica nodes</h1>
<p>
These are nodes with an open registration policy and a good overall health score.<br>
Use the above search to display a particuar node's performance information.
</p>
<div class="public-sites">$public_sites</div>