diff options
Diffstat (limited to 'templates/api/advent.html')
| -rw-r--r-- | templates/api/advent.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/api/advent.html b/templates/api/advent.html index fe5647d..097da2e 100644 --- a/templates/api/advent.html +++ b/templates/api/advent.html @@ -4,8 +4,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>adventure of advent of code 2025</title> - <link rel="icon" href="./assets/mrgreen.png"> - <link rel="stylesheet" type="text/css" href="./assets/main.css"> + <link rel="icon" href="./assets/images/mrgreen.png"> + <link rel="stylesheet" type="text/css" href="./assets/css/shared.css"> + <link rel="stylesheet" type="text/css" href="./assets/css/advent.css"> </head> <body id="lcolonq-advent"> <div id="lcolonq-advent-container"> |
