2024-07-11 04:06:20 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
@font-face {
|
|
|
|
font-family: Inter;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url(https://mzhang.io/fonts/Inter-Regular.ttf) format(truetype);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: Inter;
|
|
|
|
font-weight: bold;
|
|
|
|
src: url(https://mzhang.io/fonts/Inter-Bold.ttf) format(truetype);
|
|
|
|
}
|
2024-07-11 15:15:26 +00:00
|
|
|
|
2024-07-11 04:06:20 +00:00
|
|
|
body { font-family: "Inter", sans-serif; }
|
2024-07-11 15:15:26 +00:00
|
|
|
h3 { margin: 0; }
|
|
|
|
table { border-spacing: 0; }
|
|
|
|
|
2024-07-22 19:43:01 +00:00
|
|
|
a.cell { text-decoration: none; }
|
2024-07-11 04:06:20 +00:00
|
|
|
.cell {
|
|
|
|
display: flex;
|
2024-07-11 15:15:26 +00:00
|
|
|
flex-direction: column;
|
2024-07-11 04:06:20 +00:00
|
|
|
min-height: 48px;
|
2024-07-12 08:07:03 +00:00
|
|
|
gap: 2px;
|
2024-07-11 04:06:20 +00:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
aspect-ratio: 1;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2024-07-28 03:20:41 +00:00
|
|
|
<h1>HoTT Book Progress</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Last 7 days: <img src="https://wakapi.mzhang.io/api/badge/michael/interval:last_7_days/project:type-theory" />
|
|
|
|
</p>
|