12 lines
148 B
PHP
12 lines
148 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Titel</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>This is a Heading</h1>
|
|
<p>This is a paragraph.</p>
|
|
|
|
</body>
|
|
</html> |