This commit is contained in:
2022-04-25 13:40:12 +08:00
commit 41f187e460
349 changed files with 60741 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<div class="dream">
<% if (theme.dream.showTitle) { %>
<div class="title center-align">
<i class="far fa-lightbulb"></i>&nbsp;&nbsp;<%= theme.dream.title %>
</div>
<% } %>
<div class="row">
<div class="col l8 offset-l2 m10 offset-m1 s10 offset-s1 center-align text">
<%= theme.dream.text %>
</div>
</div>
</div>