diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 | ||||
-rw-r--r-- | public/main.css (renamed from public/style.css) | 0 | ||||
-rw-r--r-- | public/projects.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 7c8411a..05e2f35 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ <meta name="author" content="Joris Guyonvarch"> <meta name="description" content="I am a developer using functional programming. View my resume and projects."> <title>Joris Guyonvarch</title> - <link rel="stylesheet" href="style.css" /> + <link rel="stylesheet" href="main.css" /> <link rel="icon" href="icon.png" /> </head> diff --git a/public/style.css b/public/main.css index cd207a5..cd207a5 100644 --- a/public/style.css +++ b/public/main.css diff --git a/public/projects.html b/public/projects.html index 2743614..e665d6d 100644 --- a/public/projects.html +++ b/public/projects.html @@ -6,7 +6,7 @@ <meta name="author" content="Joris Guyonvarch"> <meta name="description" content="I am a developer using functional programming. View my resume and projects."> <title>Joris Guyonvarch</title> - <link rel="stylesheet" href="style.css" /> + <link rel="stylesheet" href="main.css" /> <link rel="icon" href="icon.png" /> </head> |