Files
Renato 2ccdf3a78c fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation
- Simplify AndroidManifest.xml
- Fix themes.xml to use basic Android themes
- Enable BuildConfig
- Add okhttp-dnsoverhttps dependency
2026-01-28 22:36:38 +00:00

26 lines
927 B
HTML

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>找不到网页</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }
h2 { margin-top: 5px; padding-top: 0px; }
</style>
<body>
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
<h2>找不到网页</h2>
<p><a href="%s">%s</a> 处的网页可能暂时出现故障,也可能已永久移至某个新的网络地址。</p>
<p><b>以下是几点建议:</b></p>
<ul>
<li>进行检查以确保您的设备具有信号和数据连接</li>
<li>稍后重新载入该网页。</li>
<li>查看 Google 提供的该网页的缓存副本</li>
</ul>
</body>
</head>
</html>