1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
uBlock/src/about.html

46 lines
1.4 KiB
HTML
Raw Normal View History

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">
2014-10-07 14:59:35 +02:00
<link rel="stylesheet" type="text/css" href="css/about.css">
2014-06-24 00:42:43 +02:00
</head>
<body>
<h2 id="aboutNameVer"></h2>
2014-10-07 14:59:35 +02:00
<ul>
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>
2014-08-20 05:01:36 +02:00
<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>
2014-06-24 00:42:43 +02:00
2014-10-07 14:59:35 +02:00
<div style="margin:3em 0;border-top:1px solid #ccc;"></div>
<div style="margin:1em 0 0 0;">
<p><button type="button" id="export" data-i18n="aboutBackupDataButton"></button>
2014-10-12 20:55:20 +02:00
<button type="button" id="import" data-i18n="aboutRestoreDataButton"></button>
<input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
2014-10-07 14:59:35 +02:00
<p>
<p><button type="button" id="reset" data-i18n="aboutResetDataButton"></button>
2014-10-07 14:59:35 +02:00
</div>
<script src="js/js-loader.js" data-jsList="
js/vapi-common.js
js/vapi-client.js
js/vapi-appinfo.js
js/udom.js
js/i18n.js
js/dashboard-common.js
js/about.js
"></script>
2014-06-24 00:42:43 +02:00
</body>
</html>