Add info
This commit is contained in:
parent
af329e7f45
commit
131d8bab05
57
index.html
57
index.html
@ -1 +1,56 @@
|
|||||||
:3
|
<!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>
|
||||||
|
Loading…
Reference in New Issue
Block a user