<!DOCTYPE html> <html> <body> <?php echo readfile("webdictionary.txt"); ?> </body> </html>
<?php echo readfile("webdictionary.txt"); ?>