diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-09-07 21:21:05 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-07 21:21:49 +0000 |
| commit | eb03fc9f68e0edd92e3ebf81e73d63041aac7bc9 (patch) | |
| tree | d13e198cee03d75b366dd54dc4dd383d33364b28 | |
| parent | 4dbc7a4a1860a77a1f4cd5fb20ef3411c13f9b95 (diff) | |
fix for styless sheet path
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="pix/icons/House-3.ico" rel="shortcut icon" type="image/x-icon"> - <link href="css/style.css" rel="stylesheet"> + <link href="style.css" rel="stylesheet"> </head> <body> |
