2020-09-03 11:16:35 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-09-03 11:19:08 -04:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2020-09-03 17:54:58 -04:00
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
2020-09-03 11:16:35 -04:00
|
|
|
<title>ShiftOS: Downloads</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-09-03 12:00:48 -04:00
|
|
|
<h1>ShiftOS Downloads</h1>
|
2020-09-03 12:06:21 -04:00
|
|
|
<p><a href="index">Return to homepage</a></p>
|
2020-09-03 12:00:48 -04:00
|
|
|
<p>Download ShiftOS here! This contains the ShiftOS 0.0.x source code and ShiftOS 0.0.x files.</p>
|
2020-09-03 17:54:58 -04:00
|
|
|
<p>If you have files for ShiftOS, feel free to make a pull request!</p>
|
2020-09-03 12:00:48 -04:00
|
|
|
<h1>ShiftOS 0.0.x</h1>
|
|
|
|
<p>NOTE: From ShiftOS 0.0.4.1 to 0.0.6.2, it used to send user's information to the ShiftOS email. As of 2020, this no longer works.</p>
|
|
|
|
<ul>
|
|
|
|
<li>ShiftOS Source Code</li>
|
|
|
|
<li>ShiftOS 0.0.8 Skins</li>
|
2020-09-03 13:21:56 -04:00
|
|
|
<li>ShiftOS Mod Development Package</li>
|
2020-09-03 12:00:48 -04:00
|
|
|
<li>ShiftOS 0.0.4.1</li>
|
|
|
|
<li>ShiftOS 0.0.6.2</li>
|
|
|
|
<li>ShiftOS 0.0.7 Alpha 4.1</li>
|
|
|
|
<li>ShiftOS 0.0.7 RC 4</li>
|
|
|
|
<li>ShiftOS 0.0.8</li>
|
|
|
|
<li>ShiftOS 0.0.9 Alpha 1</li>
|
|
|
|
</ul>
|
2020-09-03 13:21:56 -04:00
|
|
|
<h1>ShiftOS Next</h1>
|
2020-09-03 12:00:48 -04:00
|
|
|
<h1>ShiftOS C#</h1>
|
|
|
|
<h1>ShiftOS 1.0</h1>
|
|
|
|
<h1>ShiftOS Rewind</h1>
|
|
|
|
<h1>ShiftOS Challenge (.NET Core)</h1>
|
2020-09-03 13:21:56 -04:00
|
|
|
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.</p>
|
2020-09-03 12:00:48 -04:00
|
|
|
<a href="https://github.com/Alee14/shiftos-challenge">Source code</a>
|
2020-09-03 11:16:35 -04:00
|
|
|
</body>
|
|
|
|
</html>
|