summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2025-08-29 00:22:45 +0000
committerWindowsAddict2025-08-29 00:22:45 +0000
commit23d891b1304530807ea4c73be67063df6ba78ced (patch)
tree2b1c8356696d7431431e3fe1b93d3bac0d6437ca
parent76f6c6503a935593b37533c1f7c60687a7544443 (diff)
downloadactivated.win-23d891b1304530807ea4c73be67063df6ba78ced.zip
Update linksHEADmain
-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)bin7886 -> 7886 bytes
-rw-r--r--site/img/bg.png (renamed from _site/img/bg.png)bin37129 -> 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)bin29329 -> 29329 bytes
-rw-r--r--site/index.html (renamed from _site/index.html)4
-rw-r--r--wrangler.jsonc2
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
index fc6201e..fc6201e 100644
--- a/_site/favicon.ico
+++ b/site/favicon.ico
Binary files differ
diff --git a/_site/img/bg.png b/site/img/bg.png
index a3722ca..a3722ca 100644
--- a/_site/img/bg.png
+++ b/site/img/bg.png
Binary files differ
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
index 0c7adf9..0c7adf9 100644
--- a/_site/img/logo.png
+++ b/site/img/logo.png
Binary files differ
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"
}
}