Skip to content

Commit

Permalink
rebase a ronis
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 6, 2024
1 parent 26688e4 commit 28018d8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/playlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@
<html lang="en" prefix="og:http://ogp.me/ns#">
<head>
<title>Playlist</title>
<script type="module" src="../components/footer/footer.js" data-gwd-opt="static"></script>
<script type="module" src="../components/header/header.js"></script>
<script type="module" src="../components/player.js"></script>
<link rel="stylesheet" href="../styles/theme.css" />
<link rel="stylesheet" href="../styles/main.css" />
</head>

<body>
<app-header></app-header>
<h1>Welcome to the Player!</h1>
<app-player name="${globalThis.page.name}" playlist='${globalThis.page.songs}'></app-player>
<app-footer></app-footer>
</body>
</html>
</html>

0 comments on commit 28018d8

Please sign in to comment.