diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 20:49:57 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 20:49:57 -0600 |
commit | 2c6c492d14d8e6595db2771e088f109366a38aa8 (patch) | |
tree | 4b1e89e55fe2ba60c961cff6f90bb00da9c2baf8 /about.html | |
parent | 0a878f1f1833dac8c1b8b9147ece2c2e0702deca (diff) |
cleaned css link
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>chrhodgden - About</title> <link rel="icon" type="image/svg+xml" href="img/favicon.svg"> - <link rel="stylesheet" href="style.css"/> + <link rel="stylesheet" href="style.css"> <style> :root { --theme-hue: var(--about-hue); |