mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
24 lines
949 B
HTML
24 lines
949 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div class="cloudTools">
|
|
<button id="cloudPush" type="button" class="custom" data-i18n-title="cloudPush"><span class="fa"></span></button>
|
|
<span id="cloudInfo" data-i18n="cloudNoData"></span>
|
|
<button id="cloudPull" type="button" class="custom" data-i18n-title="cloudPull" disabled><span class="fa"></span></button>
|
|
<button id="cloudPullAndMerge" type="button" class="custom" data-i18n-title="cloudPullAndMerge" disabled><span class="fa"><span></span></span></button>
|
|
</div>
|
|
<p id="cloudError"></p>
|
|
<span id="cloudCog" class="fa"></span>
|
|
<div id="cloudOptions">
|
|
<div>
|
|
<p><label data-i18n="cloudDeviceNamePrompt"></label> <input id="cloudDeviceName" type="text" value="">
|
|
<p><button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|