diff --git a/app/assets/js/routes.js b/app/assets/js/routes.js index 587f180..381f126 100644 --- a/app/assets/js/routes.js +++ b/app/assets/js/routes.js @@ -19,4 +19,14 @@ export const routes = { title: 'Games', description: '...', }, + trash: { + template: '/pages/trash.html', + title: 'Trash', + description: '...', + }, + personal: { + template: '/pages/personal.html', + title: 'Personal', + description: '...', + }, }; diff --git a/app/partitial/header.html b/app/partitial/header.html index 5ffd258..f9eff32 100644 --- a/app/partitial/header.html +++ b/app/partitial/header.html @@ -1,7 +1,7 @@

- inet://home/
+ inet://

// licking and assemble //

+

a2s.su — домен, который я купил очень давно, но так и не придумал, для чего его diff --git a/public/pages/games.html b/public/pages/games.html index a14e466..f9ad7b2 100644 --- a/public/pages/games.html +++ b/public/pages/games.html @@ -1 +1,8 @@ -Games +

+ +

Тут ничего нет... пока!

diff --git a/public/pages/personal.html b/public/pages/personal.html new file mode 100644 index 0000000..7764490 --- /dev/null +++ b/public/pages/personal.html @@ -0,0 +1,8 @@ + + +

Тут ничего нет... пока!

diff --git a/public/pages/trash.html b/public/pages/trash.html new file mode 100644 index 0000000..b6d5d04 --- /dev/null +++ b/public/pages/trash.html @@ -0,0 +1,8 @@ + + +

Тут ничего нет... пока!