forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
22 lines (20 loc) · 735 Bytes
/
options.html
File metadata and controls
22 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="options.css" rel="stylesheet" type="text/css"/>
<script src="options.js"></script>
<script src="translation.js"></script>
<script src="send-message.js"></script>
</head>
<body>
<div id='import-confirmed' i18n="options_imported"></div>
<form>
<div class="section-header"><span class="section-header-span" i18n="options_importSettings"></span></div>
<section id="ImportSettings" class="options">
<input id="import-settings" type="file" accept="application/json" value="importSettings" />
</section>
<button type="submit" id="import" i18n="options_import" disabled></button>
</form>
</body>
</html>