-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalla.html
34 lines (28 loc) · 1.07 KB
/
alla.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
<link rel="stylesheet" href="css/explorer.css">
<title>Export Apps</title>
<meta name="theme-color" content="#FF3C29"/>
<link rel="stylesheet" href="css/flex.css">
<link rel="stylesheet" href="css/alla.css">
<link rel="prefetch" type="application/l10n" href="locales/locales.ini" />
<script src="js/focusable-core.js" defer></script>
<script src="js/libs/l10n.js" defer></script>
<script src="js/alla.js" defer></script>
</head>
<body>
<!-- This code is in the public domain. Enjoy! -->
<div class="flex-v wh-100">
<div id="Title">Export Apps</div>
<div id="Items" class="flex-1 flex-v scroll-y"></div>
<div id="NavigationBar" class=" flex-h">
<div class="Left" data-l10n-id="alla_backup"></div>
<div class="Center" data-l10n-id="alla_run"></div>
<div class="Right" data-l10n-id="alla_uninstall"></div>
</div>
</div>
</body>
</html>