const WEBSITE_NOT_FOUND_TEMPLATE: string = `

Error

Website not found, please check your url and try again.

` export { WEBSITE_NOT_FOUND_TEMPLATE }