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>
|