nodomain.html revision 56a7739755391741a99ea1321d97b941af28236b
1<html>
2    <head>
3        <title>דף אינטרנט לא זמין</title>
4        <style type="text/css">
5            body { margin-top: 0px; padding-top: 0px; direction: rtl; }
6            h2   { margin-top: 5px; padding-top: 0px; }
7        </style>
8
9        <body>
10
11            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
12            <h2>דף אינטרנט לא זמין</h2>
13            <p>ייתכן שדף האינטרנט ב-&lrm;<a href="%s">%s</a>&lrm; מושבת באופן זמני או שעבר לצמיתות לכתובת אינטרנט חדשה.</p>
14
15            <p><b>להלן מספר הצעות:</b></p>
16            <ul>
17                <li>בדוק כדי לוודא שההתקן שלך כולל חיבור אותות ונתונים</li>
18                <li>טען מחדש דף אינטרנט זה במועד מאוחר יותר.</li>
19                <li>הצג עותק של דף האינטרנט של Google שנשמר במטמון</li>
20
21            </ul>
22        </body>
23    </head>
24</html>
25