diff options
| -rw-r--r-- | site/css/style.css (renamed from _site/css/style.css) | 0 | ||||
| -rw-r--r-- | site/favicon.ico (renamed from _site/favicon.ico) | bin | 7886 -> 7886 bytes | |||
| -rw-r--r-- | site/img/bg.png (renamed from _site/img/bg.png) | bin | 37129 -> 37129 bytes | |||
| -rw-r--r-- | site/img/github.svg (renamed from _site/img/github.svg) | 0 | ||||
| -rw-r--r-- | site/img/logo.png (renamed from _site/img/logo.png) | bin | 29329 -> 29329 bytes | |||
| -rw-r--r-- | site/index.html (renamed from _site/index.html) | 4 | ||||
| -rw-r--r-- | wrangler.jsonc | 2 |
7 files changed, 3 insertions, 3 deletions
diff --git a/_site/css/style.css b/site/css/style.css index a9902c1..a9902c1 100644 --- a/_site/css/style.css +++ b/site/css/style.css diff --git a/_site/favicon.ico b/site/favicon.ico Binary files differindex fc6201e..fc6201e 100644 --- a/_site/favicon.ico +++ b/site/favicon.ico diff --git a/_site/img/bg.png b/site/img/bg.png Binary files differindex a3722ca..a3722ca 100644 --- a/_site/img/bg.png +++ b/site/img/bg.png diff --git a/_site/img/github.svg b/site/img/github.svg index 0da8a90..0da8a90 100644 --- a/_site/img/github.svg +++ b/site/img/github.svg diff --git a/_site/img/logo.png b/site/img/logo.png Binary files differindex 0c7adf9..0c7adf9 100644 --- a/_site/img/logo.png +++ b/site/img/logo.png diff --git a/_site/index.html b/site/index.html index d22d83c..b53bda2 100644 --- a/_site/index.html +++ b/site/index.html @@ -14,7 +14,7 @@ <hr>
<p>This domain is a backup domain owned by authors of <a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/">Microsoft Activation Scripts</a>.</p>
- <p>Currently, the purpose of this domain is to provide the <a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/#method-1---powershell-recommended">PowerShell method</a> of running the script with aid of the <code>get.activated.win</code> subdomain.</p>
+ <p>Currently, the purpose of this domain is to provide the <a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/">PowerShell method</a> of running the script with aid of the <code>get.activated.win</code> subdomain.</p>
<hr>
@@ -25,7 +25,7 @@ <img src="img/github.svg"><br>
activated.win
</a>
- <a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/massgravel.github.io">
+ <a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/get.activated.win">
<img src="img/github.svg"><br>
get.activated.win
</a>
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"
}
}
|
