Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
print '<html><body><table>
<tr>
<td>';
include ('output_navigation.php');
print '
</td>
<td>';
include ('output_more_stuff.php');
print '
</td>
<td>';
include ('output_still_more_stuff.php');
print '</td></tr></table></body></html>';
<html>
<head>
<title>My Site</title>
</head>
<body>
{!content!}
</body>
</html>