mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
db79672355
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1217
24 lines
1020 B
HTML
24 lines
1020 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="cloudToolbar">
|
|
<div>
|
|
<button id="cloudPush" type="button" data-i18n-title="cloudPush"><span class="fa-icon">cloud-upload</span></button>
|
|
<span id="cloudInfo" data-i18n="cloudNoData"></span>
|
|
<button id="cloudPull" type="button" data-i18n-title="cloudPull" disabled><span class="fa-icon">cloud-download</span></button>
|
|
<button id="cloudPullAndMerge" type="button" data-i18n-title="cloudPullAndMerge" disabled><span class="fa-icon">cloud-download</span><span class="fa-icon">plus</span></button>
|
|
</div>
|
|
<div id="cloudCog" class="fa-icon">cog</div>
|
|
<div id="cloudOptions">
|
|
<label data-i18n="cloudDeviceNamePrompt">_<input id="cloudDeviceName" type="text" value=""></label> <button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
|
|
</div>
|
|
</div>
|
|
<div id="cloudError"></div>
|
|
<div id="cloudCapacity"><div><div></div></div></div>
|
|
</body>
|
|
</html>
|