rename css/ -> styles/

This commit is contained in:
2025-12-28 12:40:51 -08:00
parent 59b14a842c
commit 09b1d2975b
7 changed files with 10 additions and 10 deletions

View File

@ -16,9 +16,9 @@
<meta property="og:image" content="/img/logo-light.png" /> <meta property="og:image" content="/img/logo-light.png" />
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" /> <meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/css/nav.css"> <link rel="stylesheet" href="/styles/nav.css">
<link rel="stylesheet" href="/css/artist.css"> <link rel="stylesheet" href="/styles/artist.css">
</head> </head>
<body> <body>
<div id="content"> <div id="content">

View File

@ -16,10 +16,10 @@
<meta property="og:image" content="/img/logo-light.png" /> <meta property="og:image" content="/img/logo-light.png" />
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" /> <meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/css/nav.css"> <link rel="stylesheet" href="/styles/nav.css">
<link rel="stylesheet" href="/css/directory.css"> <link rel="stylesheet" href="/styles/directory.css">
<link rel="stylesheet" href="/css/artist.css"> <link rel="stylesheet" href="/styles/artist.css">
</head> </head>
<body> <body>
<div id="content"> <div id="content">

View File

@ -16,9 +16,9 @@
<meta property="og:image" content="/img/logo-light.png" /> <meta property="og:image" content="/img/logo-light.png" />
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" /> <meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/css/nav.css"> <link rel="stylesheet" href="/styles/nav.css">
<link rel="stylesheet" href="/css/artist.css"> <link rel="stylesheet" href="/styles/artist.css">
</head> </head>
<body> <body>
<div id="content"> <div id="content">