-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.html
More file actions
50 lines (48 loc) · 1.87 KB
/
install.html
File metadata and controls
50 lines (48 loc) · 1.87 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title id="title1" data-l10n-id="title"></title>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="ffos-favicon.ico">
<link rel="stylesheet" href="install/install.css">
<link rel="resource" type="application/l10n" href="install/locales.ini">
<script src="install/l10n.js"></script>
<script src="install/install.js"></script>
<script src="install/delete-old-sw-caches.js"></script>
</head><body>
<section id="section-error">
<h1 id="error-head" data-l10n-id="please-wait">…</h1>
<div id="error-body"><div class="please-wait"></div></div>
<noscript>
<p lang="en">Sorry, but the installer only works with JavaScript enabled.</p>
<p lang="de">Entschuldigung, aber die Installation funktioniert nur mit aktiviertem JavaScript.</p>
</noscript>
</section>
<section id="section-install" hidden>
<h1 id="title2"></h1>
<img id="icon" alt="">
<nav>
<a data-l10n-id="screenshots" href="#screenshots">(screenshots)</a> – <a data-l10n-id="description" href="#description">(description)</a> – <a data-l10n-id="install" href="#install">(install)</a>
</nav>
<h2 data-l10n-id="screenshots" id="screenshots">(screenshots)</h2>
<div class="gallery" id="gallery-container"></div>
<h2 data-l10n-id="description" id="description">(description)</h2>
<div id="desc-container"></div>
<h2 data-l10n-id="install" id="install">(install)</h2>
<p id="inst-1" data-l10n-id="inst-1">(inst-1)</p>
<p>
<a data-l10n-id="button-online" id="online-button" class="button">(button-online)</a>
</p>
<div id="ffos-simulator">
<p data-l10n-id="inst-2">(inst-2)</p>
<p>
<a data-l10n-id="button-simulator" id="simulator-button" class="button">(button-simulator)</a>
</p>
</div>
<p data-l10n-id="inst-3">(inst-3)</p>
<p>
<button data-l10n-id="button-install" id="install-button">(button-install)</button>
</p>
<p data-l10n-id="code">(code)</p>
</section>
</body></html>