Skip to content

Commit

Permalink
Update spotify.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownzombi21 authored Dec 13, 2024
1 parent 34bff1a commit 53a40f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spotify.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>Caleb Z's Website</title>

<!-- Bootstrap CSS -->
<link href="/resource/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="resource/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<link href="/resource/cursor.css" rel="stylesheet">
<link href="/resource/searchdropdown.css" rel="stylesheet">
<link href="resource/cursor.css" rel="stylesheet">
<link href="resource/searchdropdown.css" rel="stylesheet">
</head>

<body>
Expand Down Expand Up @@ -117,15 +117,15 @@ <h1>My Fav Songs<h1>

<!-- JavaScript -->

<link href="/resource/accordianwidth.css" rel="stylesheet">
<link href="resource/accordianwidth.css" rel="stylesheet">


<link href="/resource/footer02.css" rel="stylesheet">
<link href="resource/footer02.css" rel="stylesheet">


<script src="/resource/searchdropdown.js"></script>
<script src="resource/searchdropdown.js"></script>

<!---bootstrap js-->
<script src="/resource/bootstrap.bundle.js"></script>
<script src="resource/bootstrap.bundle.js"></script>
</body>
</html>

0 comments on commit 53a40f5

Please sign in to comment.