1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-11 02:41:07 +00:00
Files
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
lobby2.handlebars
modal.emreis_leader4.handlebars
modal.handlebars
modal.medic.handlebars
modal.redraw.handlebars
modal.side.handlebars
modal.winner.handlebars
notification.handlebars
preview.handlebars
index.html
new_public
public
server
site
test
.gitignore
Config.example..js
gulpfile.js
package.json
not-gwent-online/client/templates/modal.winner.handlebars
2015-07-01 20:18:09 +02:00

13 lines
598 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Match over</h3>
</div>
<div class="bbm-modal__section">
<h1>{{winner}} wins the match!</h1>
<p>If you want to give feedback, or want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online" target="_blank">Github Gwent-Online</a>.</p>
<p>For another match reload the page und enqueue again!</p>
<p><button onclick="location.reload()">Reload</button></p>
<p><b>Thanks for playing the game!</b></p>
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>