We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b582ae commit f1a773fCopy full SHA for f1a773f
app/src/main/assets/webgal/.gitkeep
app/src/main/assets/webgal/index.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>WebGAL Android WebView Test</title>
8
+</head>
9
10
+<body>
11
+ <div style="display: flex;flex-direction:column; justify-content: center;align-items: center;font-size: 96px;">
12
+ <p>WebGAL Android WebView Test</p>
13
+ <button type="button" style="font-size: 96px;" onclick="window.close()">EXIT</button>
14
+ </div>
15
+</body>
16
17
+</html>
0 commit comments