costapy/pages/public/home.html

10 lines
198 B
HTML
Raw Normal View History

2023-11-04 19:12:11 +07:00
<div class="container-fluid my-3">
2024-01-13 11:57:50 +07:00
<div class="row">
<div class="col-lg-12">
<h1>Welcome</h1>
<h3>This is your first pages</h3>
<p>${greeting}</p>
2023-11-04 19:12:11 +07:00
</div>
2024-01-13 11:57:50 +07:00
</div>
2023-11-04 19:12:11 +07:00
</div>