mirror of
https://gitlab.com/ser-cal/m346.git
synced 2024-11-22 13:21:56 +01:00
14 lines
279 B
PHP
14 lines
279 B
PHP
<?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>
|