first commit

This commit is contained in:
2023-08-04 19:23:47 +02:00
commit aa51255715
4 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{name}}</br>
{{project}}</br>
{{status}}</br>
{% for port in ports %}
<a href="//127.0.0.1:{{ port.split(" /")[0] }}">{{ port.split("/")[0] }}</a>
{%endfor%}