„content/yeet.php“ ändern
parent
2be68996fc
commit
c377db15fd
|
@ -1,10 +1,13 @@
|
|||
<?php
|
||||
$hello = "Hello World!";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
echo "<p> Hello World! </p>";
|
||||
echo "<p>" . $hello . "</p>";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue