Beautify the site. Thanks to asdcorp.

This commit is contained in:
2024-05-26 02:52:49 +05:30
parent 131d8bab05
commit 2101ed7332
6 changed files with 128 additions and 53 deletions

View File

@ -1,56 +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>
<style>
.table {
float: left;
width: 52.62%;
}
.ck-table-resized {
border-collapse: collapse;
width: 100%;
}
.ck-table-resized th, .ck-table-resized td {
border: 1px solid black;
padding: 8px;
}
.ck-table-resized th {
text-align: left;
}
.ck-table-resized colgroup col {
width: auto;
}
</style>
</head>
<body>
<p>The website <a target="_blank" rel="noopener noreferrer" href="https://activated.win/">activated.win</a> is a backup site for <a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/">massgrave.dev</a>. The subdomain <a target="_blank" rel="noopener noreferrer" href="https://get.activated.win/">get.activated.win</a> is currently being used to launch MAS through the Powershell method on <a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/">massgrave.dev</a>.</p>
<p>All content on our website is open source and can be found on GitHub.</p>
<figure class="table">
<table class="ck-table-resized">
<thead>
<tr>
<th>URL</th>
<th>GitHub Repo</th>
</tr>
</thead>
<tbody>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://activated.win/">https://activated.win/</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/activated.win">https://github.com/massgravel/activated.win</a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://get.activated.win/">https://get.activated.win/</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/get.activated.win">https://github.com/massgravel/get.activated.win</a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://massgrave.dev/">https://massgrave.dev/</a></td>
<td><a target="_blank" rel="noopener noreferrer" href="https://github.com/massgravel/massgrave.dev">https://github.com/massgravel/massgrave.dev</a></td>
</tr>
</tbody>
</table>
</figure>
</body>
<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>