11 lines
383 B
HTML
11 lines
383 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
<!-- 小板报 -->
|
|
<div class="card-widget card-announcement" th:fragment="welcome">
|
|
<div class="item-headline"><i class="haofont hao-icon-bullhorn"
|
|
style="font-size: 0.9rem;font-weight: 700;"></i><span>小板报</span></div>
|
|
|
|
<div id="welcome-info"></div>
|
|
</div>
|
|
|
|
</html> |