type-theory/html/ProgressHeader.html
2024-07-12 03:07:07 -05:00

30 lines
No EOL
611 B
HTML

<!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);
}
body { font-family: "Inter", sans-serif; }
h3 { margin: 0; }
table { border-spacing: 0; }
.cell {
display: flex;
flex-direction: column;
min-height: 48px;
gap: 2px;
align-items: center;
justify-content: center;
aspect-ratio: 1;
}
</style>
<h1>HoTT Book Progress</h1>