24 lines
729 B
HTML
24 lines
729 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Multi-Account Containers</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<fieldset>
|
|
<legend>Restore</legend>
|
|
<input id="containers-restore-input" type="file">
|
|
<p><strong>WARNING !</strong> This operation will erase current configuration with the imported one. All cookies will be discarded.</p>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>Save</legend>
|
|
<a id="containers-save-link" href="#" style="display: none;"></a>
|
|
<button id="containers-save-button">Backup</button>
|
|
<p>NOTE : Backup containers names, icons and colors, but <em>not</em> containers' cookies.</p>
|
|
</fieldset>
|
|
|
|
<script src="js/options.js"></script>
|
|
</body>
|
|
</html>
|