Update links
This commit is contained in:
39
site/index.html
Normal file
39
site/index.html
Normal file
@@ -0,0 +1,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/">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>
|
Reference in New Issue
Block a user