aboutsummaryrefslogtreecommitdiffstats
path: root/about.html
blob: eaa3883ef4b3984c25b1bcadece4c5b0da2ffae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>µBlock — About</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<style>
ul {
    padding-left: 1em;
	padding-right: 1em;
    }
</style>
</head>

<body>

<h2>µBlock <span id="aboutVersion"></span></h2>
<ul id="AboutUL">
    <li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
    <li><a href="https://github.com/gorhill/ublock" data-i18n="aboutCode"></a>
    <li><span data-i18n="aboutContributors"></span>
        <ul>
            <li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
            <li><a href="https://crowdin.net/project/ublock">Crowdin</a>
        </ul>
</ul>

<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/about.js"></script>

</body>
</html>