Source code
Revision control
Copy as Markdown
Other Tools
<!-- 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src resource: chrome:; object-src 'none'; img-src data: chrome:;"
/>
<meta name="color-scheme" content="light dark" />
<link
rel="icon"
type="image/png"
id="favicon"
href="chrome://branding/content/icon32.png"
/>
<link rel="localization" href="browser/firefoxView.ftl" />
<link rel="localization" href="browser/openTabs.ftl" />
<title data-l10n-id="opentabs-page-title"></title>
<link
rel="stylesheet"
href="chrome://browser/content/sidebar/sidebar.css"
/>
<link
rel="stylesheet"
href="chrome://browser/content/tabbrowser/opentabs.css"
/>
<script
type="module"
src="chrome://browser/content/tabbrowser/opentabs-splitview.mjs"
></script>
<script
type="module"
src="chrome://browser/content/sidebar/sidebar-tab-list.mjs"
></script>
</head>
<body>
<div class="sticky-header">
<h3 data-l10n-id="opentabs-page-title"></h3>
</div>
<splitview-opentabs></splitview-opentabs>
</body>
</html>