blob: 9443599a27fe8898f5cbcfc3a88418c978dd11be (
plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<!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>
</html>
|