5 lines
97 B
PHP
5 lines
97 B
PHP
<main>
|
|
<h1><?= $title ?></h1>
|
|
<h2><?= $message ?></h2>
|
|
<div><?= $long_message ?></div>
|
|
</main>
|