update links
This commit is contained in:
parent
ec67c82886
commit
f386bd916f
@ -19,4 +19,14 @@ export const routes = {
|
|||||||
title: 'Games',
|
title: 'Games',
|
||||||
description: '...',
|
description: '...',
|
||||||
},
|
},
|
||||||
|
trash: {
|
||||||
|
template: '/pages/trash.html',
|
||||||
|
title: 'Trash',
|
||||||
|
description: '...',
|
||||||
|
},
|
||||||
|
personal: {
|
||||||
|
template: '/pages/personal.html',
|
||||||
|
title: 'Personal',
|
||||||
|
description: '...',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<header class="mb-3">
|
<header class="mb-3">
|
||||||
<div class="text-shadow">
|
<div class="text-shadow">
|
||||||
<h3 id="app_title" class="float-md-start mb-0">
|
<h3 id="app_title" class="float-md-start mb-0">
|
||||||
<span class="font-monospace">inet://home/</span><br>
|
<span class="font-monospace">inet://</span><br>
|
||||||
<p class="text-secondary fs-6 text-shadow m-0">// licking and assemble //</p>
|
<p class="text-secondary fs-6 text-shadow m-0">// licking and assemble //</p>
|
||||||
</h3>
|
</h3>
|
||||||
<nav class="nav nav-masthead justify-content-center float-md-end">
|
<nav class="nav nav-masthead justify-content-center float-md-end">
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><hr class="dropdown-divider" /></li>
|
<li><hr class="dropdown-divider" /></li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item d-flex gap-2 align-items-center" href="#">
|
<a class="dropdown-item d-flex gap-2 align-items-center" href="#personal">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="16"
|
width="16"
|
||||||
@ -67,7 +67,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item d-flex gap-2 align-items-center" href="#">
|
<a class="dropdown-item d-flex gap-2 align-items-center" href="#trash">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="16"
|
width="16"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
<nav class="border-bottom mb-3" aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">About</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<span class="font-monospace">a2s.su</span>
|
<span class="font-monospace">a2s.su</span>
|
||||||
— домен, который я купил очень давно, но так и не придумал, для чего его
|
— домен, который я купил очень давно, но так и не придумал, для чего его
|
||||||
|
@ -1 +1,8 @@
|
|||||||
Games
|
<nav class="border-bottom mb-3" aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">Games</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<p class="fs-3 text-shadow">Тут ничего нет... пока!</p>
|
||||||
|
8
public/pages/personal.html
Normal file
8
public/pages/personal.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<nav class="border-bottom mb-3" aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">Personal</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<p class="fs-3 text-shadow">Тут ничего нет... пока!</p>
|
8
public/pages/trash.html
Normal file
8
public/pages/trash.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<nav class="border-bottom mb-3" aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">Trash</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<p class="fs-3 text-shadow">Тут ничего нет... пока!</p>
|
Loading…
Reference in New Issue
Block a user