Skip to content

Commit 9bc7927

Browse files
Arlodotexemichael-hawker
authored andcommitted
Recompiled 8.1.20240823 with added "Powered by Uno" text/logo on Settings page
1 parent c565b0e commit 9bc7927

1,624 files changed

Lines changed: 2923 additions & 2061 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7-
8-
<script type="text/javascript" src="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/require.js"></script>
9-
<script type="module" src="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/uno-bootstrap.js"></script>
10-
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/normalize.css" />
11-
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/uno-bootstrap.css" />
12-
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/Uno.UI.css" />
13-
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/Fonts.css" />
14-
15-
</head>
16-
<body>
17-
<div id="uno-body" class="container-fluid uno-body">
18-
<div class="uno-loader"
19-
loading-position="bottom"
20-
loading-alert="none">
21-
22-
<!-- Logo: change src to customize the logo -->
23-
<img class="logo"
24-
src=""
25-
title="Uno is loading your application" />
26-
27-
<progress></progress>
28-
<span class="alert"></span>
29-
</div>
30-
</div>
31-
<noscript>
32-
<p>This application requires Javascript and WebAssembly to be enabled.</p>
33-
</noscript>
34-
</body>
35-
</html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7+
8+
<script type="text/javascript" src="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/require.js"></script>
9+
<script type="module" src="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/uno-bootstrap.js"></script>
10+
<link rel="stylesheet" type="text/css" href="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/normalize.css" />
11+
<link rel="stylesheet" type="text/css" href="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/uno-bootstrap.css" />
12+
<link rel="stylesheet" type="text/css" href="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/Uno.UI.css" />
13+
<link rel="stylesheet" type="text/css" href="./package_78aeb45fcb7347a2a64e61df1995b9d5cf20eea0/Fonts.css" />
14+
15+
</head>
16+
<body>
17+
<div id="uno-body" class="container-fluid uno-body">
18+
<div class="uno-loader"
19+
loading-position="bottom"
20+
loading-alert="none">
21+
22+
<!-- Logo: change src to customize the logo -->
23+
<img class="logo"
24+
src=""
25+
title="Uno is loading your application" />
26+
27+
<progress></progress>
28+
<span class="alert"></span>
29+
</div>
30+
</div>
31+
<noscript>
32+
<p>This application requires Javascript and WebAssembly to be enabled.</p>
33+
</noscript>
34+
</body>
35+
</html>
-108 Bytes
Binary file not shown.
Binary file not shown.
-177 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)