mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
21 lines
733 B
Handlebars
21 lines
733 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>
|
|
|
|
<div class="wrap-btn-action btn-register-action startMatchmaking" onclick="location.reload()">
|
|
<input type="submit" value="Reload and play again" class="btn-action">
|
|
</div>
|
|
<p><b>Thanks for playing the game!</b></p>
|
|
</div>
|
|
|
|
<style>
|
|
.startMatchmaking {
|
|
line-height: 30px;
|
|
width: auto;
|
|
margin: 30px 0;
|
|
}
|
|
</style> |