Skip to content
Snippets Groups Projects
Commit 35fe62c7 authored by Xiemuqing Xiao's avatar Xiemuqing Xiao
Browse files

XiaoXie

parent da13ca01
No related branches found
No related tags found
1 merge request!1Dev
<!DOCTYPE html>
<html lang="en">
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="../css/index.css">
<link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="../../css/index.css">
<link rel="stylesheet" href="../../css/reset.css">
<script src="../static/lib/jquery.js"></script>
</head>
<body>
<header class="safe">
<div>
<img src="logo.jpg" alt="Logo">
</div>
<div class="l">
<ul>
<li><a href="index.html"></a>Index</li>
<li><a href="groupList.html"></a>GroupList</li>
<li><a href="itemForm.html"></a>ShelfItem</li>
<li><a href="personalInformation.html"></a>PersonalInformation</li>
</ul>
</div>
</header>
<header class="safe">
<div>
<img th:src="@{/images/logo.jpg}" alt="Logo" width="50" height="50">
</div>
<div class="l">
<ul>
<li><a th:href="@{/index.html}">Index</a></li>
<li><a th:href="@{/groupList.html}">GroupList</a></li>
<li><a th:href="@{/itemForm.html}">ShelfItem</a></li>
<li><a th:href="@{/personalInformation.html}">PersonalInformation</a></li>
</ul>
</div>
</header>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment