Youtube Music Desktop Notification Extension for Chrome
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
747 B

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header"><b>ytMusicNotification</b></div>
</br>
<div class="toggleContainer">
<div class="toggleText"><span>Desktop Notifications</span></div>
<div class="toggleButton">
<label class="switch">
<input type="checkbox" id="toggleButton">
<span class="slider round"></span>
</label>
<script src="main.js"></script>
</div>
</div>
</br>
<div class="footer">
<a href="https://github.com/fazilaltinel/ytMusicNotification" target="_blank" rel="noopener noreferrer">Source Code</a>
</div>
</body>
</html>