chrome_darkmode/popup.html

11 lines
170 B
HTML
Raw Normal View History

2023-07-30 21:34:25 +08:00
<!DOCTYPE html>
<html>
<head>
2023-07-30 22:01:39 +08:00
<title>Dark Mode</title>
2023-07-30 21:34:25 +08:00
<script src="popup.js"></script>
</head>
<body>
2023-07-30 22:01:39 +08:00
<button id="toggleButton">Dark Mode</button>
2023-07-30 21:34:25 +08:00
</body>
</html>