調整樣式

This commit is contained in:
Raymond Yang
2023-06-29 11:05:02 +08:00
parent e01756d12a
commit 2832ca4633
4 changed files with 31 additions and 20 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
<body id="body">
<h1 class="centerText">成員管理</h1>
<hr>
<h4><a href="./new.html">新增成員</a></h4>
<div class="center">
<h4><a href="./new.html">新增成員</a></h4>
</div>
<hr>
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
<script src="./js/index.js"></script>