Add stuff

This commit is contained in:
Henri Burau
2024-06-06 21:30:29 +02:00
parent 72dce76e2b
commit ddbfc32fb1
13 changed files with 77 additions and 20 deletions

View File

@ -7,9 +7,9 @@ templ ServerAddress(host, port string) {
<span class="block">
{ host }:{ port }
</span>
<a class="block" href="#">
<button>
<i class="fa-regular fa-clipboard"></i>
</a>
</button>
<a class="block" href={ templ.SafeURL(fmt.Sprintf("cod4://%s:%s", host, port)) }>
<i class="block fa-solid fa-play"></i>
</a>