Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/index-4sK4E3Wk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions assets/index-_x5MIA7j.js

Large diffs are not rendered by default.

Binary file added codedex-bot-logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/codedex-bot-logo.gif" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Codedex Spotify API Project Tutorial: Album Finder</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/Buscador_de_Albumes_Spotify/codedex-bot-logo.gif" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Codedex Spotify API Project Tutorial: Album Finder</title>
<script type="module" crossorigin src="/Buscador_de_Albumes_Spotify/assets/index-_x5MIA7j.js"></script>
<link rel="stylesheet" crossorigin href="/Buscador_de_Albumes_Spotify/assets/index-4sK4E3Wk.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Expand Down
Loading