aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 11:19:08 -0400
committerAndrew Lee <[email protected]>2020-09-03 11:19:08 -0400
commit336efb158abb28640bc79e2f252b5ce3935d933c (patch)
treeebc5ec7da6cdd334d4610540b20de2408b760442
parent2743da9b7215636d584a839cf33ce28e9da0c849 (diff)
downloadshiftos-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.html1
-rw-r--r--history.html1
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>