diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue
index d60bf0e..7e7c4d1 100644
--- a/frontend/src/layouts/MainLayout.vue
+++ b/frontend/src/layouts/MainLayout.vue
@@ -19,6 +19,12 @@
+
+
+ Rules
+
+
+
diff --git a/frontend/src/pages/rulesPage.vue b/frontend/src/pages/rulesPage.vue
new file mode 100644
index 0000000..2c67af9
--- /dev/null
+++ b/frontend/src/pages/rulesPage.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/router/routes.js b/frontend/src/router/routes.js
index 9a68643..da9f7a3 100644
--- a/frontend/src/router/routes.js
+++ b/frontend/src/router/routes.js
@@ -8,8 +8,10 @@ const routes = [
{ path: 'test_NumbersPage', component: () => import('pages/test/testNumbersPage.vue') },
{ path: 'test_WebSpeechApi', component: () => import('pages/test/testWebSpeechApi.vue') },
+ { path: 'rules', component: () => import('pages/rulesPage.vue') },
+
{ path: 'user/username', component: () => import('pages/user/usernamePage.vue') },
- { path: '/user/settings', component: () => import('pages/user/userSettingsPage.vue') },
+ { path: 'user/settings', component: () => import('pages/user/userSettingsPage.vue') },
{ path: 'game', component: () => import('pages/game/gamePage.vue') },
{ path: 'game/select', component: () => import('pages/game/gameModeSelectPage.vue') },