Files
2026-03-17 11:10:09 -06:00

25 lines
415 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test Sidebar</title>
<style>
body {
font-family: system-ui;
padding: 20px;
background: #f0f0f0;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<h1>Test Sidebar</h1>
<p>If you can see this, the Firefox sidebar is working!</p>
<script>
console.log("Test sidebar loaded");
</script>
</body>
</html>