mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
23 lines
649 B
HTML
23 lines
649 B
HTML
<login></login>
|
|
|
|
<section class="container-landing">
|
|
<div class="wrap-landing">
|
|
<img src="assets/img/logo-big.png" width="243" height="85" alt="Gwent" class="logo-big">
|
|
|
|
<p class="teaser-landing">
|
|
Play The Witcher Gwent Card-Game online!<br>
|
|
Play with randomly generated teams, or build your own!
|
|
</p>
|
|
|
|
<div class="container-form-landing">
|
|
|
|
<register></register>
|
|
|
|
<span class="choose">or</span>
|
|
|
|
<a class="btn-second btn-guest" v-on="click: asGuest">Play as guest <i class="icon-guest-load"></i></a>
|
|
<a class="btn-none btn-login" v-on="click: openLogin">Login</a>
|
|
|
|
</div>
|
|
</div>
|
|
</section> |