-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
663cf99
commit 7c3cb7b
Showing
5 changed files
with
6 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
"liveServer.settings.port": 5502 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
<title>Productivity Dashboard</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link rel="stylesheet" href="footer.css"> | ||
<link rel="stylesheet" href="CSS/footer.css"> | ||
<link rel="stylesheet" href="CSS/music.css"> | ||
</head> | ||
<body> | ||
<div class="w-full container mx-auto p-4"> | ||
|
@@ -50,31 +51,12 @@ <h2 class="text-xl mb-4">To-Do List</h2> | |
<!-- Tasks will be displayed here --> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
<div> | ||
<h1>Play a Song</h1> | ||
<div class="music-player"> | ||
<input type="text" id="musicLink" placeholder="Paste the music link here"> | ||
<button id="playButton">Play</button> | ||
</div> | ||
<audio id="music" controls></audio> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<p>© 2023 WorkZenith. All rights reserved.</p> | ||
<ul> | ||
<li><a href="#">Privacy Policy</a></li> | ||
<li><a href="#">Terms of Service</a></li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
<script src="JS/music.js"></script> | ||
<script src="https://kit.fontawesome.com/0ddc63a6de.js" crossorigin="anonymous"></script> | ||
<script src="https://sdk.scdn.co/spotify-player.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters