You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
20 lines
679 B
HTML
20 lines
679 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
|
|
<title>Webpage not available</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>Webpage not available</h2>
|
|
<p>The webpage at <a href="%s">%s</a> could not be loaded because:</p>
|
|
<!-- The %e is replaced by a localized error string -->
|
|
<p>%e</p>
|
|
</body>
|
|
</head>
|
|
</html>
|