This repository has been archived on 2022-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-08 11:36:51 +08:00

14 lines
297 B
HTML

<meta charset="UTF-8">
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<style>
td{
border: solid 1px lightgray;
}
.title{
width: 6em;
}
.time{
width: 10em;
}
</style>