dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

poker-table.gohtml (486B)


      1 {{ define "nav-mb" }} mb-1{{ end }}
      2 
      3 {{ define "extra-head" }}
      4 <style>
      5     #poker-content {
      6         border: 0;
      7         position: absolute;
      8         top: 51px;
      9         bottom: 0;
     10         left: 0;
     11         right: 0;
     12         width: 100%;
     13         height: calc(100% - 51px);
     14     }
     15 </style>
     16 {{ end }}
     17 
     18 {{ define "title" }}dkf - Poker ({{ .Data.PokerTableSlug }}){{ end }}
     19 
     20 {{ define "content" }}
     21     <iframe id="poker-content" src="/poker/{{ .Data.PokerTableSlug }}/stream"></iframe>
     22 {{ end }}