mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
feat(DevWeb): Create Hero component
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user