2014-06-24 00:42:43 +02:00
|
|
|
<!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>
|
2014-08-20 02:41:52 +02:00
|
|
|
ul {
|
|
|
|
padding-left: 1em;
|
2014-08-22 23:25:56 +02:00
|
|
|
padding-right: 1em;
|
2014-06-24 00:42:43 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2>µBlock <span id="aboutVersion"></span></h2>
|
2014-08-22 23:25:56 +02:00
|
|
|
<ul id="AboutUL">
|
2014-08-20 05:01:36 +02:00
|
|
|
<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>
|
2014-08-20 02:41:52 +02:00
|
|
|
</ul>
|
2014-06-24 00:42:43 +02:00
|
|
|
|
2014-07-02 18:02:29 +02:00
|
|
|
<script src="js/udom.js"></script>
|
2014-06-24 00:42:43 +02:00
|
|
|
<script src="js/i18n.js"></script>
|
|
|
|
<script src="js/dashboard-common.js"></script>
|
|
|
|
<script src="js/about.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|