mirror of
https://github.com/Myzel394/amiopen.now.git
synced 2025-06-18 23:45:28 +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>
|
<h2>Am I Open</h2>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<a href="/">To root /</a>
|
|
||||||
<br />
|
<br />
|
||||||
<ul>
|
<ul>
|
||||||
<a
|
<a
|
||||||
@ -24,14 +21,14 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<img src="/static/github.svg" alt="GitHub" />
|
<img src="/static/github.svg" alt="[GitHub]" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/Myzel394"
|
href="https://twitter.com/Myzel394"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<img src="/static/twitter.svg" alt="Twitter / X" />
|
<img src="/static/twitter.svg" alt="[Twitter / X]" />
|
||||||
</a>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
@ -7,4 +7,9 @@
|
|||||||
<p>Port <strong>{{port}}</strong> is <i>open</i></p>
|
<p>Port <strong>{{port}}</strong> is <i>open</i></p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Port <strong>{{port}}</strong> is <i>closed</i></p>
|
<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