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.
sub writeLog [COLOR=red]([/color]
sub writeLog [COLOR=green]{[/color]
voting.cgi said:sub printNoMember {
print "
<HTML>\n
<HEAD>\n
<TITLE>Voting System By Isaac Good</TITLE>\n
</HEAD>\n
<BODY>\n
You are not on our records.<BR>\n
If you think you ought to be, please contact the administrative at jesa\@skule.ca.<BR>\n
Click <A HREF=$urlhome>here</A> to go to the JESA homepage.<BR>\n
</BODY>\n
</HTML>\n
";
}
sub printNoMember {
print <<END;
<HTML>
<HEAD>
<TITLE>Voting System By Isaac Good</TITLE>
</HEAD>
<BODY>
You are not on our records.<BR>
If you think you ought to be, please contact the administrative at jesa\@skule.ca.<BR>
Click <A HREF=$urlhome>here</A> to go to the JESA homepage.<BR>
</BODY>
</HTML>
END;
}