mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
21 lines
518 B
HTML
21 lines
518 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h3 align="center" id="status"></h3>
|
|
</div>
|
|
<!--<button id="disableButton">Toggle</button>-->
|
|
<div style="text-align: center;">
|
|
<label class="switch">
|
|
<input type="checkbox" id="disableCheckbox">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</div>
|
|
<div id="id_list">
|
|
<div class="idToHide"></div>
|
|
</div>
|
|
<script src="popup.js"></script></body>
|
|
</html> |