Home Page Fixes

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2020-10-24 13:22:25 +05:30
parent 26648a79d9
commit f8aaf6142b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ async function handleRequest(request) {
})
else
return new Response(
'404 not found !! Check all possible at <a href="https://links.dfcommunity.win/all-urls"> Here </a>',
'404 not found !! Check all possible at https://links.dfcommunity.win/all-urls',
{ status: 404 },
)
}