合并所有历史提交为一个提交

This commit is contained in:
2024-12-07 06:09:45 +08:00
parent fd5ef2ba77
commit e0d62e76b1
5 changed files with 147 additions and 131 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<style>
table {
margin: 20px;
padding: 1rem;
background: #fafafa;
border-radius: .5rem;
border-spacing: 10px;
}
</style>
<script type="module" src="main.js"></script>