diff --git a/site/client/app/components/lobby.js b/site/client/app/components/lobby.js index dce420d..49ea8d7 100644 --- a/site/client/app/components/lobby.js +++ b/site/client/app/components/lobby.js @@ -1,5 +1,5 @@ module.exports = { - template: "

lobby hier

" + template: require('../views/lobby.html') }; \ No newline at end of file diff --git a/site/client/app/views/lobby.html b/site/client/app/views/lobby.html index 90c8d3c..f41804b 100644 --- a/site/client/app/views/lobby.html +++ b/site/client/app/views/lobby.html @@ -1 +1,46 @@ -lobby \ No newline at end of file + + +
+ +
+ + \ No newline at end of file