diff options
| author | WindowsAddict | 2024-04-13 00:50:16 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-04-13 00:50:16 +0000 |
| commit | aa65464caa67936e8bc298719c5aa4a8fa6bb329 (patch) | |
| tree | c4a3fb10806b19f2ae6ef26547d92b62e8cf1898 /static | |
| parent | e53d9a6dc29866d96618160aa599d9aa19790e75 (diff) | |
| download | massgrave.dev-aa65464caa67936e8bc298719c5aa4a8fa6bb329.zip | |
Add html files for redirection
Diffstat (limited to 'static')
| -rw-r--r-- | static/_redirects | 10 | ||||
| -rw-r--r-- | static/bypass-russian-geoblock.html | 3 | ||||
| -rw-r--r-- | static/fix-wpa-registry.html | 3 | ||||
| -rw-r--r-- | static/idm-activation-script.html | 3 | ||||
| -rw-r--r-- | static/in-place_repair_upgrade.html | 3 | ||||
| -rw-r--r-- | static/msdl/index.html | 3 | ||||
| -rw-r--r-- | static/office_c2r_custom.html | 3 | ||||
| -rw-r--r-- | static/office_c2r_links.html | 3 | ||||
| -rw-r--r-- | static/redirect-genuine-installation-media.html | 3 |
9 files changed, 24 insertions, 10 deletions
diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index 44f4c54..0000000 --- a/static/_redirects +++ /dev/null @@ -1,10 +0,0 @@ -/get /get.ps1 200
-/ias /ias.ps1 200
-/msdl https://msdl.gravesoft.dev/ 301
-/in-place_repair_upgrade https://gravesoft.dev/guides/in-place_repair_upgrade 301
-/bypass-russian-geoblock https://gravesoft.dev/guides/bypass-russian-geoblock 301
-/redirect-genuine-installation-media /genuine-installation-media 200
-/idm-activation-script https://github.com/WindowsAddict/IDM-Activation-Script 301
-/office_c2r_links https://gravesoft.dev/download_windows_office/office_c2r_links 301
-/office_c2r_custom https://gravesoft.dev/download_windows_office/office_c2r_custom 301
-/check https://msdl.gravesoft.dev/ 301
\ No newline at end of file diff --git a/static/bypass-russian-geoblock.html b/static/bypass-russian-geoblock.html new file mode 100644 index 0000000..ae6c375 --- /dev/null +++ b/static/bypass-russian-geoblock.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://gravesoft.dev/guides/bypass-russian-geoblock">
+</html>
\ No newline at end of file diff --git a/static/fix-wpa-registry.html b/static/fix-wpa-registry.html new file mode 100644 index 0000000..0ab9e03 --- /dev/null +++ b/static/fix-wpa-registry.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://gravesoft.dev/guides/fix-wpa-registry">
+</html>
\ No newline at end of file diff --git a/static/idm-activation-script.html b/static/idm-activation-script.html new file mode 100644 index 0000000..a0ef4be --- /dev/null +++ b/static/idm-activation-script.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://github.com/WindowsAddict/IDM-Activation-Script">
+</html>
\ No newline at end of file diff --git a/static/in-place_repair_upgrade.html b/static/in-place_repair_upgrade.html new file mode 100644 index 0000000..aca421d --- /dev/null +++ b/static/in-place_repair_upgrade.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://gravesoft.dev/guides/in-place_repair_upgrade">
+</html>
\ No newline at end of file diff --git a/static/msdl/index.html b/static/msdl/index.html new file mode 100644 index 0000000..feae3d7 --- /dev/null +++ b/static/msdl/index.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://msdl.gravesoft.dev/">
+</html>
\ No newline at end of file diff --git a/static/office_c2r_custom.html b/static/office_c2r_custom.html new file mode 100644 index 0000000..05872b1 --- /dev/null +++ b/static/office_c2r_custom.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://gravesoft.dev/download_windows_office/office_c2r_custom">
+</html>
\ No newline at end of file diff --git a/static/office_c2r_links.html b/static/office_c2r_links.html new file mode 100644 index 0000000..1628fe2 --- /dev/null +++ b/static/office_c2r_links.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://gravesoft.dev/download_windows_office/office_c2r_links">
+</html>
\ No newline at end of file diff --git a/static/redirect-genuine-installation-media.html b/static/redirect-genuine-installation-media.html new file mode 100644 index 0000000..62231cf --- /dev/null +++ b/static/redirect-genuine-installation-media.html @@ -0,0 +1,3 @@ +<html>
+<meta http-equiv="refresh" content="0; url=https://massgrave.dev/genuine-installation-media">
+</html>
\ No newline at end of file |
