From 6db6764ab0ae04ba7a1cfae12e23255e2834216b Mon Sep 17 00:00:00 2001 From: A Gilani Date: Wed, 12 Feb 2025 14:47:51 +0000 Subject: [PATCH 1/2] 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" + } +} From 25b081565cac43d6c36f61d05d7f9bb89423dc25 Mon Sep 17 00:00:00 2001 From: A Gilani Date: Wed, 12 Feb 2025 21:27:14 +0400 Subject: [PATCH 2/2] Rename agilani to agilani.json --- domains/{agilani => agilani.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{agilani => agilani.json} (100%) diff --git a/domains/agilani b/domains/agilani.json similarity index 100% rename from domains/agilani rename to domains/agilani.json