1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-08 09:08:40 +00:00

animation test

This commit is contained in:
devfake
2015-06-22 22:01:37 +02:00
parent b248a22414
commit 92b497aaa0
2 changed files with 47 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
template: "<h2>lobby hier</h2>"
template: require('../views/lobby.html')
};