Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Beispiel</title>
<style type="text/css">
<!--
td{
border-left:1px solid black;
border-bottom:1px solid black;
}
table{
border-top:1px solid black;border-right:1px solid black;
}
-->
</style>
</head>
<body>
<table cellspacing="0">
<tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Beispiel</title>
<style type="text/css">
<!--
#innen td{
border-left:1px solid #C0D3E7;
border-bottom:1px solid #C0D3E7;
}
#innenChef{
border-top:1px solid #C0D3E7;
border-right:1px solid #C0D3E7;
}
-->
</style>
</head>
<body>
<table><tr>
<td style="text-align:center">blah</td>
</tr><tr>
<td id="innenChef">
<table id="innen" cellspacing="0"><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr><tr>
<td>blah</td>
<td>blah</td>
<td>blah</td>
</tr></table>
</td></tr>
<tr>
<td style="text-align:center">blah</td>
</tr>
</table>
</body>
</html>