update links
This commit is contained in:
parent
ec67c82886
commit
f386bd916f
@ -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: '...',
|
||||
},
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
<header class="mb-3">
|
||||
<div class="text-shadow">
|
||||
<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>
|
||||
</h3>
|
||||
<nav class="nav nav-masthead justify-content-center float-md-end">
|
||||
|
@ -47,7 +47,7 @@
|
||||
</li>
|
||||
<li><hr class="dropdown-divider" /></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
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
@ -67,7 +67,7 @@
|
||||
</a>
|
||||
</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
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
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>
|
||||
<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