Part for conditionals finished

This commit is contained in:
Patryk Hegenberg 2022-12-10 13:31:36 +01:00
parent ce45083818
commit da8d86c661

View file

@ -19,7 +19,7 @@
} }
?> ?>
<h1> <h1>
<?php echo $message?> <?= $message?>
</h1> </h1>
</body> </body>
</html> </html>