Add humans.txt tool

This commit is contained in:
2024-04-11 20:59:20 +03:00
parent 1c7f0e2ee3
commit c8c0cef554
4 changed files with 377 additions and 1 deletions

View File

@ -26,6 +26,11 @@ const router = createRouter({
name: 'dummy_image',
component: () => import('../views/DummyImage.vue'),
},
{
path: '/humans_txt',
name: 'humans_txt',
component: () => import('../views/HumansTxt.vue'),
},
/**
* String manipulation