mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-21 03:04:21 +00:00
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.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
11 lines
353 B
Handlebars
11 lines
353 B
Handlebars
<div class="bbm-modal__topbar">
|
|
<h3 class="bbm-modal__title">Choose which side should begin</h3>
|
|
</div>
|
|
<div class="bbm-modal__section">
|
|
<div class="btn btn-primary" data-id="you">You</div>
|
|
<div class="btn btn-primary" data-id="foe">Foe</div>
|
|
</div>
|
|
<div class="bbm-modal__bottombar">
|
|
<!--<div class="bbm-button bbm-close">close</div>-->
|
|
</div>
|