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