diff options
| author | Andrew Lee <[email protected]> | 2024-12-31 22:53:03 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2024-12-31 23:07:31 -0500 |
| commit | e179d5bdd30ec7d39771c9a54689f32d28b49f42 (patch) | |
| tree | 1d5a25a6f7e89adc62351cbd1d78f544cd8479f5 /src/pages/downloads.md | |
| parent | 642c484022719a6428ce03d92a48aa0e59b049e5 (diff) | |
| download | shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.gz shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.bz2 shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.zip | |
Now it should link to the proper repo, links clickable, fixed metadata
Diffstat (limited to 'src/pages/downloads.md')
| -rw-r--r-- | src/pages/downloads.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pages/downloads.md b/src/pages/downloads.md index 2aecd01..bb7f105 100644 --- a/src/pages/downloads.md +++ b/src/pages/downloads.md @@ -1,8 +1,6 @@ --- -title: > - ShiftOS: Downloads -description: > - Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. +title: "ShiftOS: Downloads" +description: Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. layout: ../layouts/Page.astro --- @@ -15,11 +13,14 @@ Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary If you have files for ShiftOS, feel free to make a [pull request](https://github.com/Alee14/shiftos-website)! +# ShiftOS Source Code +All ShiftOS source code from 0.0.x, Next, C#, 1.x, and Rewind are located at https://git.alee14.me/shiftos-archive. + # ShiftOS 0.0.x 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. -- [ShiftOS Source Code](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-src.tar.gz) +- [ShiftOS Original Source Code](https://git.alee14.me/shiftos-archive/ShiftOS) - [ShiftOS 0.0.8 Skins](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-skins.tar.gz) - [ShiftOS Mod Development Package](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos-mod.tar.gz) - [ShiftOS 0.0.4.1](https://github.com/Alee14/shiftos-website/raw/master/public/assets/downloads/0.0.x/shiftos%200.0.4.1%20(run%20as%20admin!).exe) |
