internetprogrammierung/index.php

12 lines
148 B
PHP
Raw Normal View History

2018-05-10 23:08:06 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Titel</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>