diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 11:19:08 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 11:19:08 -0400 |
| commit | 336efb158abb28640bc79e2f252b5ce3935d933c (patch) | |
| tree | ebc5ec7da6cdd334d4610540b20de2408b760442 | |
| parent | 2743da9b7215636d584a839cf33ce28e9da0c849 (diff) | |
| download | shiftos-archive-website-336efb158abb28640bc79e2f252b5ce3935d933c.tar.gz shiftos-archive-website-336efb158abb28640bc79e2f252b5ce3935d933c.tar.bz2 shiftos-archive-website-336efb158abb28640bc79e2f252b5ce3935d933c.zip | |
Added style.css on the pages
| -rw-r--r-- | downloads.html | 1 | ||||
| -rw-r--r-- | history.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/downloads.html b/downloads.html index adbf7cf..58154f7 100644 --- a/downloads.html +++ b/downloads.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="style.css"> <title>ShiftOS: Downloads</title> </head> <body> diff --git a/history.html b/history.html index e9b4808..a283e7e 100644 --- a/history.html +++ b/history.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="style.css"> <title>ShiftOS: History/Origins</title> </head> <body> |
