Yesterday's post!

About Code

If you get to here, then you want to see some code for sure!

<!DOCTYPE HTML> <html> <head> <title> Hallo-Welt-Beispiel </title> </head> <body> <?php echo 'Hallo Welt!'; ?> </body> </html>