-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
39 lines (34 loc) · 1.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>activated.win</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main>
<img src="img/logo.png" class="logo">
<h1>activated.win</h1>
<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>
<hr>
<p>To learn more, please see respective GitHub repositories found below.</p>
<div class="github-links">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/activated.win">
<img src="img/github.svg"><br>
activated.win
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/get.activated.win">
<img src="img/github.svg"><br>
get.activated.win
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/massgrave.dev">
<img src="img/github.svg"><br>
massgrave.dev
</a>
</div>
</main>
</body>
</html>