mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title data-i18n="dashboardName"></title>
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="dashboard-nav">
|
|
<div id="dashboard-nav-widgets">
|
|
<span data-i18n="extName"></span>
|
|
<a class="tabButton" href="#3p-filters.html" data-i18n="3pPageName"></a>
|
|
<a class="tabButton" href="#1p-filters.html" data-i18n="1pPageName"></a>
|
|
<a class="tabButton" href="#whitelist.html" data-i18n="whitelistPageName"></a>
|
|
<a class="tabButton" href="#settings.html" data-i18n="settingsPageName"></a>
|
|
<a class="tabButton" href="#stats.html" data-i18n="statsPageName"></a>
|
|
<a class="tabButton" href="#about.html" data-i18n="aboutPageName"></a>
|
|
</div>
|
|
</div>
|
|
|
|
<iframe src=""></iframe>
|
|
|
|
<script src="js/vapi-common.js"></script>
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard.js"></script>
|
|
|
|
</body>
|
|
</html>
|