rename css/ -> styles/
This commit is contained in:
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user