parent
21b7d097f6
commit
9c2a1d51f2
@ -1,2 +1,19 @@
|
||||
# lllzzhhh
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>星座和属相查询</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>星座和属相查询</h1>
|
||||
<input type="date" id="birthDate" placeholder="输入出生日期">
|
||||
<button onclick="queryHoroscopeAndZodiac()">查询</button>
|
||||
<div id="result"></div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in new issue