Skip to content

Commit

Permalink
troubleshooting gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 14, 2024
1 parent 0c993eb commit dab149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CustomCarousel extends HTMLElement {
const template = document.createElement("template");
template.innerHTML = `
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="css/main.css">
<section>
<div class="container">
<div class="swiper">
Expand Down

0 comments on commit dab149c

Please sign in to comment.