m346/KN04/image.php

14 lines
279 B
PHP
Raw Normal View History

2023-08-26 13:53:14 +02:00
<?php $ihrname = "Hans Muster"; ?>
<html>
<head>
<title><?php echo($ihrname) ?></title>
</head>
<body>
Hier kommt Ihr Text.
<br />
<img src="URL-To-The-Image" />
Platzieren Sie hier notwendige Quellenangaben, z.B. wenn der Inhalt von unsplash kommt.
</body>
</html>