diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 17:54:58 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 17:54:58 -0400 |
| commit | d09a302e4c6bfb5e35a3eef2c571226e9752803c (patch) | |
| tree | 319ab99ee9ef8b9d5b7a5bebf82ec1b72363571a /downloads.html | |
| parent | 74b1a21e58d839f2544d5d3c8b033240a58a8217 (diff) | |
| download | shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.tar.gz shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.tar.bz2 shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.zip | |
Added history/origins
Diffstat (limited to 'downloads.html')
| -rw-r--r-- | downloads.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/downloads.html b/downloads.html index 3f0d95c..e6227cd 100644 --- a/downloads.html +++ b/downloads.html @@ -4,15 +4,15 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> - <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> <title>ShiftOS: Downloads</title> </head> <body> <h1>ShiftOS Downloads</h1> <p><a href="index">Return to homepage</a></p> <p>Download ShiftOS here! This contains the ShiftOS 0.0.x source code and ShiftOS 0.0.x files.</p> - <p>If you have files for ShiftOS, feel free to make a pull request to this repo!</p> + <p>If you have files for ShiftOS, feel free to make a pull request!</p> <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> |
