diff --git a/routes.py b/routes.py index 2b4a766..93adc8d 100644 --- a/routes.py +++ b/routes.py @@ -1,14 +1,17 @@ # noinspection PyUnresolvedReferences from app_instance import api # noinspection PyUnresolvedReferences -from views.api_views import * -# noinspection PyUnresolvedReferences from views.home import * # noinspection PyUnresolvedReferences from views.temp_css import * # noinspection PyUnresolvedReferences from views.player import * # noinspection PyUnresolvedReferences +from views.gplayer import * +# noinspection PyUnresolvedReferences +from views.js_cardgame import * +# noinspection PyUnresolvedReferences from views.control import * api.add_route("/static", static=True) +api.add_route("/js", static=True) diff --git a/templates/home/gplayer.html b/templates/home/gplayer.html new file mode 100644 index 0000000..8be0593 --- /dev/null +++ b/templates/home/gplayer.html @@ -0,0 +1,186 @@ +{% extends "/shared/_layout.html" %} + +{% block content %} + + + +
+