12 lines
726 B
HTML
12 lines
726 B
HTML
<!doctype html>
|
|
<html manifest="cache.manifest" lang="de" xmlns="http://www.w3.org/1999/html">
|
|
<head>
|
|
<link rel="stylesheet" href="../lib/css/jquery.mobile-1.3.2.min.css" />
|
|
</head>
|
|
<body style="background-color: #0092d9; padding:30px; font-size: 16px; font-weight: bold; font-family: Helvetica,Arial,sans-serif;">
|
|
<div style="width: 320px; margin-left:-160px; position: absolute; left: 50%">
|
|
<p>Keine Verbindung zum Server</p>
|
|
<a class="ui-btn ui-shadow ui-btn-corner-all ui-btn-icon-left ui-btn-up-b" href="./" target="_self" ><span class="ui-btn-inner"><span class="ui-btn-text">Neu laden</span><span class="ui-icon ui-icon-refresh ui-icon-shadow"> </span></span></a>
|
|
</div>
|
|
</body>
|
|
</html> |