From f386bd916fa06620adf60822c0cf10f790ca6c78 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 3 Aug 2023 22:00:37 +0300 Subject: [PATCH] update links --- app/assets/js/routes.js | 10 ++++++++++ app/partitial/header.html | 2 +- app/partitial/menu.html | 4 ++-- public/pages/about.html | 7 +++++++ public/pages/games.html | 9 ++++++++- public/pages/personal.html | 8 ++++++++ public/pages/trash.html | 8 ++++++++ 7 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 public/pages/personal.html create mode 100644 public/pages/trash.html 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 @@ + + +

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