Initial commit - cleaned for CV

This commit is contained in:
Renato97
2026-03-31 01:23:34 -03:00
commit 5024d89a86
12971 changed files with 748673 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>A weboldal nem &eacute;rhető el</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>A weboldal nem &eacute;rhető el</h2>
<p>A k&ouml;vetkező <a href="%s">%s</a> weboldalt nem siker&uuml;lt bet&ouml;lteni, mert:</p>
<!-- The %e is replaced by a localized error string -->
<p>%e</p>
</body>
</head>
</html>