diff --git a/src/views/single/index.ejs b/src/views/single/index.ejs index ec05334..9253989 100644 --- a/src/views/single/index.ejs +++ b/src/views/single/index.ejs @@ -1,138 +1,148 @@ - - - - - <%- include("../../partials/head.ejs") %> - Tridecco | Single Player - - - - - -
-
- - <%- include("../../partials/single/navigation-bar.ejs", { page: "menu" }) %> - - -
- -
-
- Avatar -
-

- Single Player -

-
-
- - - - Pick your challenge -
-
-
-
-
- - - -
- - -
-

- Choose Difficulty -

- -
- - - - - - - - - - -
-
-
-
- - - <%- include("../../partials/single/navigation-bar-mobile.ejs", { page: "menu" }) %> -
- - + + + + + <%- include("../../partials/head.ejs") %> + Tridecco | Single Player + + + + + +
+
+ + <%- include("../../partials/single/navigation-bar.ejs", { page: "menu" }) %> + + +
+ +
+
+ Avatar +
+

+ Single Player +

+
+
+ + + + Pick your challenge +
+
+
+
+
+ + + +
+ + +
+

+ Choose Difficulty +

+ +
+ + + + + + + + + + + + + +
+
+
+
+ + + <%- include("../../partials/single/navigation-bar-mobile.ejs", { page: "menu" }) %> +
+ + \ No newline at end of file