Files
scripts/Windows Webserver via Perl/htdocs/perl.html
2024-10-14 00:08:40 +02:00

15 lines
216 B
HTML

<html>
<head>
</head>
<body>
<a href=index.html>INDEX</a>
<hr>
<a href=test.html>TEST</a>
<hr>
<a href=gibtsnicht.html>404</a>
<hr>
<perl>print "Hallo";</perl>
<hr>
Test by AW; perl.html
</body>
</html>