Skip to content

Commit

Permalink
Add 404 not found service (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
entonbiba authored Jun 9, 2021
1 parent 623f339 commit a67aba8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/404/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"config": {
"name": "404",
"label": "404 Not Found Page",
"description": "Will display a 404 not found page with random images or videos along with your domain name",
"category": "infrastructure",
"default-subdomain": "404",
"subdomain-required": true
},
"records": [
{
"type": "CNAME",
"content": "404.al",
"ttl": 3600
}
]
}
Binary file added services/404/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions services/404/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[404.al](https://404.al) will display a 404 not found page with random images or videos along with your domain name.

0 comments on commit a67aba8

Please sign in to comment.