1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-07-03 05:20:54 +12:00
uMatrix/platform/webext/options_ui.html

13 lines
356 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<a href="dashboard.html" data-i18n="matrixDashboardMenuEntry" target="uMatrix-dashboard"></a><br>
<a href="logger-ui.html" data-i18n="matrixLoggerMenuEntry" target="uMatrix-logger"></a>
</body>
<script src="js/vapi-common.js"></script>
<script src="js/i18n.js"></script>
</html>