Skip to content
Snippets Groups Projects
Commit 1e335bd3 authored by Simon Pototzki's avatar Simon Pototzki
Browse files

Add pages for prak1;

add test pages for playground
parent 42062e33
Branches
No related tags found
No related merge requests found
<?php
class Content
{
function login() {
echo <<< HTML
<h1>Hurensohn</h1>
HTML;
}
}
?>
\ No newline at end of file
<?php
include("content.php");
$content = new Content();
?>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
<nav>
</nav>
<?php $content->login(); ?>
</body>
</html>
\ No newline at end of file
<?php
<?php
<?php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment