You've already forked random-web-tools
Add humans.txt tool
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user