costapy/static/page/home.html

10 lines
228 B
HTML
Raw Normal View History

2022-03-16 11:06:52 +07:00
<div class="container-fluid my-3">
<div class="row">
<div class="col-lg-12">
<h1>Welcome</h1>
<h3>This is your first pages</h3>
<p>${greeting}</p>
</div>
</div>
</div>