uBlock/src/about.html

40 lines
1.8 KiB
HTML
Raw Normal View History

2014-06-24 00:42:43 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2017-01-24 14:23:52 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2015-03-10 05:00:33 +01:00
<title>uBlock — About</title>
2014-06-24 00:42:43 +02:00
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
</head>
<body>
2015-03-20 15:36:38 +01:00
<p id="aboutNameVer"></p>
2014-10-07 14:59:35 +02:00
<ul>
2015-08-15 15:24:55 +02:00
<li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
<li><a href="https://github.com/gorhill/uBlock/wiki" data-i18n="aboutWiki"></a>
2017-09-20 16:28:17 +02:00
<li><a href="https://www.reddit.com/r/uBlockOrigin/" data-i18n="aboutSupport"></a>
2015-08-15 15:24:55 +02:00
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
2014-08-20 05:01:36 +02:00
<li><span data-i18n="aboutContributors"></span>
<ul>
2017-08-03 23:07:30 +02:00
<li><a href="https://github.com/gorhill/uBlock/graphs/contributors">GitHub</a>
2015-08-15 15:24:55 +02:00
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
2014-08-20 05:01:36 +02:00
</ul>
<li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
2018-03-01 01:04:52 +01:00
<li><a href="https://fontawesome.com/" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy">Dave Gandy</a>
<li><a href="https://codemirror.net/" target="_blank">CodeMirror</a> by <a href="https://github.com/marijnh">Marijn Haverbeke</a>
<li><a href="https://github.com/Swatinem/diff" target="_blank">An implementation of Myers' diff algorithm</a> by <a href="https://github.com/Swatinem">Arpad Borsos</a>
</ul>
2014-06-24 00:42:43 +02:00
<script src="js/vapi.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<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>
2014-06-24 00:42:43 +02:00
</body>
</html>