40 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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>
 |