feat(DevWeb): Create Hero component

This commit is contained in:
Lucàs
2024-04-20 21:18:24 +02:00
parent 24744d87ac
commit 23e8fefd32
@@ -0,0 +1,9 @@
<%@tag description="component/hero" pageEncoding="UTF-8" %>
<div class="hero is-primary is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">
<jsp:doBody/>
</div>
</div>
</div>