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 "Content-type: text/html\n\n";
print "This is my header";
exit;
<html>
<head>
<title>My Page</title>
</head>
<body>
<!--#include file="/cgi-bin/header.pl"-->
<br>
This is more text.
</body>
</html>