Skip to content

Commit 2485422

Browse files
authored
Added references to missing css as local assets.
At line (263), added references to the (3) missing css files in the "assets" sub-directory. Also, tested this change with localhost to any more embarrassing oversights on my part. ;-)
1 parent bf0e40a commit 2485422

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

case-study-orchestral/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@
260260
type="text/css"
261261
media="all"
262262
/>
263+
<link rel="stylesheet" href="/case-study-orchestral/assets/oxygen.css?ver=4.0.2" type="text/css" media="all"/>
264+
<link rel="stylesheet" href="/case-study-orchestral/assets/2332.css?ver=6.0.1" type="text/css" media="all"/>
265+
<link rel="stylesheet" href="/case-study-orchestral/assets/universal.css?ver=6.0.1" type="text/css" media="all"/>
263266
<script
264267
type="text/javascript"
265268
src="/wp/wp-includes/js/jquery/jquery.min.js?v=1.101.1"

0 commit comments

Comments
 (0)