From 23d891b1304530807ea4c73be67063df6ba78ced Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 29 Aug 2025 05:52:45 +0530 Subject: [PATCH] Update links --- {_site => site}/css/style.css | 0 {_site => site}/favicon.ico | Bin {_site => site}/img/bg.png | Bin {_site => site}/img/github.svg | 0 {_site => site}/img/logo.png | Bin {_site => site}/index.html | 4 ++-- wrangler.jsonc | 2 +- 7 files changed, 3 insertions(+), 3 deletions(-) rename {_site => site}/css/style.css (100%) rename {_site => site}/favicon.ico (100%) rename {_site => site}/img/bg.png (100%) rename {_site => site}/img/github.svg (100%) rename {_site => site}/img/logo.png (100%) rename {_site => site}/index.html (85%) diff --git a/_site/css/style.css b/site/css/style.css similarity index 100% rename from _site/css/style.css rename to site/css/style.css diff --git a/_site/favicon.ico b/site/favicon.ico similarity index 100% rename from _site/favicon.ico rename to site/favicon.ico diff --git a/_site/img/bg.png b/site/img/bg.png similarity index 100% rename from _site/img/bg.png rename to site/img/bg.png diff --git a/_site/img/github.svg b/site/img/github.svg similarity index 100% rename from _site/img/github.svg rename to site/img/github.svg diff --git a/_site/img/logo.png b/site/img/logo.png similarity index 100% rename from _site/img/logo.png rename to site/img/logo.png diff --git a/_site/index.html b/site/index.html similarity index 85% rename from _site/index.html rename to site/index.html index d22d83c..b53bda2 100644 --- a/_site/index.html +++ b/site/index.html @@ -14,7 +14,7 @@

This domain is a backup domain owned by authors of Microsoft Activation Scripts.

-

Currently, the purpose of this domain is to provide the PowerShell method of running the script with aid of the get.activated.win subdomain.

+

Currently, the purpose of this domain is to provide the PowerShell method of running the script with aid of the get.activated.win subdomain.


@@ -25,7 +25,7 @@
activated.win - +
get.activated.win
diff --git a/wrangler.jsonc b/wrangler.jsonc index 0da3908..5d30c5c 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -2,6 +2,6 @@ "name": "activated-win", "compatibility_date": "2025-08-27", "assets": { - "directory": "./_site" + "directory": "./site" } }