Skip to content

Commit f1a773f

Browse files
committed
add test html
1 parent 5b582ae commit f1a773f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

app/src/main/assets/webgal/.gitkeep

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)