1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-11 02:41:07 +00:00
Files
assets
client
public
server
site
client
app
modules
deck-builder
inner
components
views
chat.html
inner.html
navigation.html
search-match.html
landing
lobby
session
app.js
routes.js
assets
app.blade.php
gulpfile.js
package.json
public
server
test
.gitignore
gulpfile.js
package.json
not-gwent-online/site/client/app/modules/inner/views/inner.html
2015-06-23 10:36:29 +02:00

26 lines
497 B
HTML

<searchmatch></searchmatch>
<a href="./lobby"><img src="assets/img/logo-medium.png" width="120" height="38" alt="Gwent" class="logo-medium"></a>
<main>
<style>
.test {
transition: all .5s ease;
}
.test-enter, .test-leave {
opacity: 0;
}
</style>
<navigation></navigation>
<section class="container-content">
<router-view class="test" v-transition="test" transition-mode="out-in"></router-view>
</section>
</main>
<component is="chat"></component>