From 6db6764ab0ae04ba7a1cfae12e23255e2834216b Mon Sep 17 00:00:00 2001 From: A Gilani Date: Wed, 12 Feb 2025 14:47:51 +0000 Subject: [PATCH] Create agilani # Requirements - [x] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). - [x] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). - [x] My file is in the `domains` directory and has the `.json` file extension. - [x] My file's name is lowercased and alphanumeric. - [x] My website is **reachable** and **completed**. - [ ] I have provided sufficient contact information in the `owner` key. # Website Preview --- domains/agilani | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/agilani diff --git a/domains/agilani b/domains/agilani new file mode 100644 index 000000000..a86685fa2 --- /dev/null +++ b/domains/agilani @@ -0,0 +1,10 @@ +{ + "description": "agilani.is-a.dev", + "owner": { + "username": "agilani", + "email": "me@agilani.me" + }, + "record": { + "CNAME": "www.agilani.me" + } +}