Skip to content

Commit

Permalink
Edit title
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloridust committed Dec 14, 2023
1 parent e47bf81 commit 7ef2024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

<head>
<meta charset="UTF-8">
<title>GuessID</title>
<title>cnIDNumberGuesser</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<div class="container">
<h1>GuessID</h1>
<input type="text" id="idInput" placeholder="请输入身份ID">
<button onclick="validateAndGuessID()">验证</button>
<button onclick="downloadResults()">下载</button>
<button onclick="validateAndGuessID()">GuessID</button>
<button onclick="downloadResults()">Download</button>
<p id="result"></p>
</div>
<script src="script.js"></script>
Expand Down
Empty file added readme.md
Empty file.

0 comments on commit 7ef2024

Please sign in to comment.