mirror of https://github.com/flightphp/core
parent
38d4458e96
commit
5cdc2e85c0
@ -0,0 +1 @@
|
|||||||
|
<h1>Hello, <?= $occupation ?> <?= $name ?></h1>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<f-greeting-with-two-props name="<?= $name ?>" occupation="<?= $occupation ?>" />
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in new issue