Created
January 31, 2020 17:08
-
-
Save Metnew/0627b1ec2d7933703f00fc7823a2c22c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = [ | |
{ | |
service: "AWS/S3", | |
banner: ["The specified bucket does not exist"] | |
}, | |
{ service: "Bitbucket", banner: ["Repository not found"] }, | |
{ | |
service: "Campaign Monitor", | |
banner: ["'Trying to access your account?'"] | |
}, | |
{ service: "Cargo Collective", banner: ["404 Not Found"] }, | |
{ service: "Feedpress", banner: ["The feed has not been found."] }, | |
{ service: "Fly.io", banner: ["404 Not Found"] }, | |
{ | |
service: "Ghost", | |
banner: ["The thing you were looking for is no longer here, or never was"] | |
}, | |
{ | |
service: "Github", | |
banner: ["There isn't a Github Pages site here."] | |
}, | |
{ service: "HatenaBlog", banner: ["404 Blog is not found"] }, | |
{ | |
service: "Help Juice", | |
banner: ["We could not find what you're looking for."] | |
}, | |
{ | |
service: "Help Scout", | |
banner: ["No settings were found for this company:"] | |
}, | |
{ | |
service: "Intercom", | |
banner: ["Uh oh. That page doesn't exist."] | |
}, | |
{ | |
service: "JetBrains", | |
banner: ["is not a registered InCloud YouTrack"] | |
}, | |
{ service: "Kinsta", banner: ["No Site For Domain"] }, | |
{ | |
service: "LaunchRock", | |
banner: [ | |
"It looks like you may have taken a wrong turn somewhere. Don't worry...it happens to all of us." | |
] | |
}, | |
{ service: "Pantheon", banner: ["404 error unknown site!"] }, | |
{ | |
service: "Statuspage statuspage.io", | |
banner: [ | |
"Visiting the subdomain will redirect users to https://www.statuspage.io." | |
] | |
}, | |
{ service: "Strikingly", banner: ["page not found"] }, | |
{ service: "Surge.sh", banner: ["project not found"] }, | |
{ | |
service: "Tumblr", | |
banner: [ | |
"Whatever you were looking for doesn't currently exist at this address" | |
] | |
}, | |
{ service: "Uptimerobot", banner: ["page not found"] }, | |
{ | |
service: "UserVoice", | |
banner: ["This UserVoice subdomain is currently available!"] | |
}, | |
{ | |
service: "Wordpress", | |
banner: ["Do you want to register *.wordpress.com?"] | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment