mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 03:31:47 -05:00
Added the 0.0.x downloads; Updated style.css
This commit is contained in:
parent
45d62d87d5
commit
8d53fd2d39
2 changed files with 11 additions and 11 deletions
|
@ -16,15 +16,15 @@
|
|||
<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>
|
||||
<li>ShiftOS Mod Development Package</li>
|
||||
<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>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-src.tar.gz">ShiftOS Source Code</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-skins.tar.gz">ShiftOS 0.0.8 Skins</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos-mod.tar.gz">ShiftOS Mod Development Package</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe">ShiftOS 0.0.4.1</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe">ShiftOS 0.0.6.2</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe">ShiftOS 0.0.7 Alpha 4.1</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe">ShiftOS 0.0.7 RC 4</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe">ShiftOS 0.0.8</a></li>
|
||||
<li><a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe">ShiftOS 0.0.9 Alpha 1</a></li>
|
||||
</ul>
|
||||
<h1>ShiftOS Next</h1>
|
||||
<p>TO DO</p>
|
||||
|
@ -36,6 +36,6 @@
|
|||
<p>TO DO</p>
|
||||
<h1>ShiftOS Challenge (.NET Core)</h1>
|
||||
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14.</p>
|
||||
<a href="https://github.com/Alee14/shiftos-challenge">Source code</a>
|
||||
<a href="https://github.com/Alee14/shiftos-challenge">Source code</a> | <a href="https://github.com/Alee14/shiftos-website/raw/master/assets/downloads/shiftos_dotnet.zip">Download</a>
|
||||
</body>
|
||||
</html>
|
|
@ -9,7 +9,7 @@ body {
|
|||
}
|
||||
|
||||
a:link {
|
||||
color: #f2f2f2;
|
||||
color: #00e600;
|
||||
background-color: transparent;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
|
|
Loading…
Reference in a new issue