diff options
author | Joris | 2021-01-09 14:34:30 +0100 |
---|---|---|
committer | Joris | 2021-01-09 14:34:30 +0100 |
commit | e1c6d1e505c2978538827d92b50b3f6902256fc3 (patch) | |
tree | 81b97bc10ad119e8206419babb4adb54cabaf15f /public/index.html | |
parent | d90d0cdaa8dc0d85a69c12c756f8dad993f7e49c (diff) |
Rename style.css to main.css
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 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> |