mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 08:52:45 +01:00
43 lines
2.2 KiB
HTML
43 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>uBlock Origin Lite — About</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/default.css">
|
||
|
<link rel="stylesheet" type="text/css" href="css/common.css">
|
||
|
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
|
||
|
<link rel="stylesheet" type="text/css" href="css/about.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="body">
|
||
|
<div id="aboutNameVer" class="li"></div>
|
||
|
<div class="liul">
|
||
|
<div class="li">Copyright (c) Raymond Hill 2014-present</div>
|
||
|
</div>
|
||
|
<div class="li"><a href="https://github.com/gorhill/uBlock/wiki/Privacy-policy" data-i18n="aboutPrivacyPolicy"></a></div>
|
||
|
<div class="li"><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a></div>
|
||
|
<div class="li"><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a></div>
|
||
|
<div class="li"><span data-i18n="aboutContributors"></span></div>
|
||
|
<div class="liul">
|
||
|
<div class="li"><a href="https://github.com/gorhill/uBlock/graphs/contributors" data-i18n="aboutSourceCode"></a></div>
|
||
|
<div class="li"><a href="https://crowdin.com/project/ublock" data-i18n="aboutTranslations"></a></div>
|
||
|
<div class="li"><a href="https://github.com/uBlockOrigin/uAssets/graphs/contributors" data-i18n="aboutFilterLists"></a></div>
|
||
|
</div>
|
||
|
<div class="li"><span data-i18n="aboutDependencies"></span></div>
|
||
|
<div class="liul">
|
||
|
<div class="li"><span><a href="https://github.com/chrismsimpson/Metropolis" target="_blank">Metropolis font family</a> by <a href="https://github.com/chrismsimpson">Chris Simpson</a></span></div>
|
||
|
<div class="li"><span><a href="https://github.com/rsms/inter" target="_blank">Inter font family</a> by <a href="https://github.com/rsms">Rasmus Andersson</a></span></div>
|
||
|
<div class="li"><span><a href="https://fontawesome.com/" target="_blank">FontAwesome font family</a> by <a href="https://github.com/davegandy">Dave Gandy</a></span></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="js/i18n.js" type="module"></script>
|
||
|
<script src="js/dashboard-common.js" type="module"></script>
|
||
|
<script src="js/about.js" type="module"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|