10 lines
347 B
HTML
10 lines
347 B
HTML
{{define "content"}}
|
|
<h1 class="my-4">Play {{.Name}}</h1>
|
|
|
|
<div class="ratio ratio-4x3" style="max-width: 640px; margin: 0 auto;">
|
|
<iframe id="gameFrame" src="/play/{{.Name}}/content/index.html" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px"><a href="/" class="btn btn-primary">Back to Softwares</a></p>
|
|
|
|
{{end}} |