threadr.lostcave.ddnss.de/content/yeet.php

13 lines
155 B
PHP
Raw Normal View History

2020-01-13 09:15:32 +01:00
<?php
$hello = "Hello World!";
?>
2020-01-13 09:10:34 +01:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<?php
2020-01-13 09:15:32 +01:00
echo "<p>" . $hello . "</p>";
2020-01-13 09:10:34 +01:00
?>
</body>
</html>