-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.html
More file actions
28 lines (23 loc) · 910 Bytes
/
status.html
File metadata and controls
28 lines (23 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html>
<meta charset='utf-8'>
<link rel='stylesheet' href='status.css'>
<link rel='localization' href='locale/{locale}.ftl'>
<script src='status.js' type='module'></script>
<title data-l10n-id='name'></title>
<main>
<div id='heading'>
<h1 data-l10n-id='name'>Localization failed :(</h1>
<button id='prefs' type='button'></button>
</div>
<section id='status' class='card card-no-hover'>
<h2 id='status-heading' data-l10n-id='heading-working'></h2>
<button id='pause' type='button' data-l10n-id='button-pause'></button>
<div id='progress-container'><progress id='progress'></progress></div>
</section>
<h2 id='bookmarks-heading'></h2>
<ol id='bookmarks-list'>
</ol>
</main>