Files
dewemoji/dewemoji-capacitor/www/index.html
2026-02-21 00:36:41 +07:00

24 lines
820 B
HTML

<!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>