13 lines
553 B
HTML
13 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
|
|
<div id="category-bar" th:fragment="category-bar">
|
|
<div class="category-bar-items" id="category-bar-items">
|
|
<div class="category-bar-item select" id="category-bar-home"><a href="index.html">首页</a></div>
|
|
<div class="category-bar-item" id="我的项目"><a
|
|
href="categories/%E6%88%91%E7%9A%84%E9%A1%B9%E7%9B%AE/index.html">我的项目</a></div>
|
|
</div>
|
|
<a class="category-bar-more" href="categories/index.html">更多</a>
|
|
</div>
|
|
|
|
</html> |