Files
2026-03-31 01:23:34 -03:00

20 lines
668 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web sayfası yok</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>Web sayfası yok</h2>
<p><a href="%s">%s</a> adresindeki web sayfası y&uuml;klenemedi:</p>
<!-- The %e is replaced by a localized error string -->
<p>%e</p>
</body>
</head>
</html>