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.
<html><head><title>easy html></title></head>
<body>
<p>Hello, I'm a web page</p>
</body>
</html>
#!/usr/local/bin/perl
print "Content-type: html/text\n\n";
print "<html><head><title>easy html></title></head>
<body>
<p>Hello, I'm a web page</p>
</body>
</html>";