diff options
author | Dustin Walker <> | 2023-08-21 21:44:55 -0400 |
---|---|---|
committer | Dustin Walker <> | 2023-08-21 21:44:55 -0400 |
commit | 3e6abed45bcaa1247e972afe5783cf66e3690a3d (patch) | |
tree | 5c75610e2f2e12ec78cbf86d2fb19607b8c8cbc2 | |
parent | 792bbc5e0cb9d11acd50563b304d9cd8cdcf2620 (diff) |
fixed css on prod_2023
-rw-r--r-- | production/prod_2023.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/production/prod_2023.html b/production/prod_2023.html index 32e7dbd..b6d55e3 100644 --- a/production/prod_2023.html +++ b/production/prod_2023.html @@ -5,7 +5,7 @@ <title>Dustin Walker's Production Sheets</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> - <link rel="stylesheet" type="text/css" href="style.css"/> + <link rel="stylesheet" type="text/css" href="../style.css"/> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> </head> <body> |