2022-09-13 23:44:24 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
|
|
|
<title data-i18n="dashboardName"></title>
|
|
|
|
<link rel="stylesheet" href="css/default.css">
|
|
|
|
<link rel="stylesheet" href="css/common.css">
|
|
|
|
<link rel="stylesheet" href="css/fa-icons.css">
|
|
|
|
<link rel="stylesheet" href="css/dashboard.css">
|
2022-09-26 16:18:24 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
|
2022-09-13 23:44:24 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-09-30 15:18:52 +02:00
|
|
|
<!-- -------- -->
|
|
|
|
<div id="dashboard-nav">
|
|
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
|
2022-10-10 18:28:24 +02:00
|
|
|
--><button class="tabButton" type="button" data-pane="settings.html" data-i18n="settingsPageName" tabindex="0"></button><!--
|
2022-09-30 15:18:52 +02:00
|
|
|
--><button class="tabButton" type="button" data-pane="about.html" data-i18n="aboutPageName" tabindex="0"></button>
|
2022-09-13 23:44:24 +02:00
|
|
|
</div>
|
2022-09-30 15:18:52 +02:00
|
|
|
<!-- -------- -->
|
|
|
|
<section id="unsavedWarning" class="notice">
|
|
|
|
<div>
|
|
|
|
<span data-i18n="dashboardUnsavedWarning"></span> 
|
|
|
|
<button type="button" data-i18n="dashboardUnsavedWarningStay">_<span class="hover"></span></button> 
|
|
|
|
<button type="button" data-i18n="dashboardUnsavedWarningIgnore">_<span class="hover"></span></button>
|
|
|
|
</div>
|
|
|
|
<div></div>
|
|
|
|
</section>
|
|
|
|
<!-- -------- -->
|
|
|
|
<iframe id="iframe" src=""></iframe>
|
|
|
|
<!-- -------- -->
|
2022-11-12 15:51:22 +01:00
|
|
|
<script src="js/theme.js" type="module"></script>
|
2022-09-13 23:44:24 +02:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
|
|
|
<script src="js/dashboard.js" type="module"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|