將前端整合進來
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-TW" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>公主連結戰隊戰填表系統</title>
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<h1 class="centerText">填表系統</h1>
|
||||
<hr>
|
||||
<!--p>
|
||||
<a href="new.html">我要填表</a>
|
||||
</p-->
|
||||
<div class="center">
|
||||
<label for="queryDate">日期篩選:</label>
|
||||
<input type="date" id="queryDate">
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
|
||||
<script src="./js/index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user