mirror of
https://github.com/Myzel394/amiopen.now.git
synced 2025-06-18 15:35:27 +02:00
fix: Improve cli browser templates
This commit is contained in:
parent
cab65cbefd
commit
d3dcb624dd
@ -14,9 +14,6 @@
|
||||
<h2>Am I Open</h2>
|
||||
{% endblock %}
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<a href="/">To root /</a>
|
||||
<br />
|
||||
<ul>
|
||||
<a
|
||||
@ -24,14 +21,14 @@
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src="/static/github.svg" alt="GitHub" />
|
||||
<img src="/static/github.svg" alt="[GitHub]" />
|
||||
</a>
|
||||
<a
|
||||
href="https://twitter.com/Myzel394"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src="/static/twitter.svg" alt="Twitter / X" />
|
||||
<img src="/static/twitter.svg" alt="[Twitter / X]" />
|
||||
</a>
|
||||
</ul>
|
||||
</main>
|
||||
|
@ -7,4 +7,9 @@
|
||||
<p>Port <strong>{{port}}</strong> is <i>open</i></p>
|
||||
{% else %}
|
||||
<p>Port <strong>{{port}}</strong> is <i>closed</i></p>
|
||||
{% endif %} {% endblock %}
|
||||
{% endif %}
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<a href="/">To root /</a>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user