20 lines
413 B
HTML
20 lines
413 B
HTML
{% extends 'flask_user/_public_base.html' %}
|
|
{% block content %}
|
|
<p> </p><h4 style="text-align: center;"><a href="/generate_passphrase/pi-star">Click here</a> for automated Pi-Star script.</h4><p> </p>
|
|
<table style="width: 900px; margin-left: auto; margin-right: auto;">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
|
|
{{server_content}}
|
|
|
|
</td>
|
|
<td>{{passphrase_content}}
|
|
</td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p> </p>
|
|
{% endblock %}
|