This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
<?php $myfile = fopen("include/webdictionary.txt", "r") or die("Unable to open file!"); echo fread($myfile,filesize("include/webdictionary.txt")); fclose($myfile); ?>