diff options
-rw-r--r-- | 404.html | 1 | ||||
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | ascii.html | 1 | ||||
-rw-r--r-- | bookshelf.html | 1 | ||||
-rw-r--r-- | css/style.css | 1 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | links.html | 1 | ||||
-rw-r--r-- | projects.html | 1 |
8 files changed, 1 insertions, 7 deletions
@@ -6,7 +6,6 @@ <meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> <link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> <link rel="icon" type="image/jpg" href="https://j-james.me/assets/compass.jpg"/> - <link rel="stylesheet" href="https://j-james.me/css/normalize.css"/> <link rel="stylesheet" href="https://j-james.me/css/style.css"/> </head> <body> @@ -5,7 +5,6 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> @@ -5,7 +5,6 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="icon" type="image/jpg" href="assets/compass.jpg" /> - <link rel="stylesheet" href="css/normalize.css" /> <style> html { line-height: 1.5; diff --git a/bookshelf.html b/bookshelf.html index d58dda2..afabdf2 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -5,7 +5,6 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> <link rel="stylesheet" href="css/bookshelf.css"/> </head> diff --git a/css/style.css b/css/style.css index 738ebc4..56377aa 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,4 @@ +@import url("normalize.css"); @import url("fonts.css"); body { @@ -5,7 +5,6 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> @@ -5,7 +5,6 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> diff --git a/projects.html b/projects.html index 2ac1baf..3515b30 100644 --- a/projects.html +++ b/projects.html @@ -5,7 +5,6 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> |