Add Capacitor Android wrapper for dewemoji.com

This commit is contained in:
Dwindi Ramadhana
2026-02-21 00:36:41 +07:00
parent 9be883cbaf
commit a758a350e9
58 changed files with 2152 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dewemoji</title>
<style>
html, body { height: 100%; margin: 0; font-family: system-ui, -apple-system, sans-serif; background: #0b1220; color: #fff; }
.wrap { display: grid; place-items: center; height: 100%; padding: 24px; text-align: center; }
.card { max-width: 460px; }
h1 { margin: 0 0 8px; font-size: 24px; }
p { opacity: 0.85; line-height: 1.5; }
</style>
</head>
<body>
<div class="wrap">
<div class="card">
<h1>Dewemoji</h1>
<p>If this screen appears, the app could not load <code>https://dewemoji.com</code>. Check internet connection and try again.</p>
</div>
</div>
</body>
</html>