Files
tubestation/waterfox/browser/components/sidebar/background/background.html
2025-11-06 14:13:52 +00:00

13 lines
364 B
HTML

<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html>
<head>
<meta charset="UTF-8">
<script type="module" src="./index-ws.js"></script>
</head>
<body>
</body>
</html>