- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
272 B
PHP
16 lines
272 B
PHP
<?php
|
|
|
|
return "<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>$pageData->title</title>
|
|
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
|
|
$pageData->css
|
|
$pageData->embeddedStyle
|
|
</head>
|
|
<body>
|
|
$pageData->content
|
|
$pageData->scriptElements
|
|
</body>
|
|
</html>";
|