Skip to content

Instantly share code, notes, and snippets.

@Metnew
Created January 31, 2020 17:08
Show Gist options
  • Save Metnew/0601f870729fbda1a1e93a5ebd3ec7aa to your computer and use it in GitHub Desktop.
Save Metnew/0601f870729fbda1a1e93a5ebd3ec7aa to your computer and use it in GitHub Desktop.
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