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.
#!/usr/local/bin/perl
use CGI;
use CGI::Carp 'fatalsToBrowser';
use strict;
my $cgi = new CGI;
print $cgi->header,
$cgi->start_html,
$cgi->
,
$cgi->end_html;