Files
KnockOutWhist-Web/knockoutwhistweb/app/views/render/card.scala.html
LQ63 ee3f65efd9 feat(ui): added working ingame ui
Added ingame ui with bootstrap. There were problems with the lock procedure which are now fixed.
2025-11-05 11:36:08 +01:00

2 lines
79 B
HTML

@(src: String)(alt: String)
<img src="@routes.Assets.versioned(src)" alt="@alt"