type-theory/html/ProgressHeader.html

24 lines
516 B
HTML
Raw Normal View History

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);
}
body { font-family: "Inter", sans-serif; }
.cell {
display: flex;
min-height: 48px;
align-items: center;
justify-content: center;
aspect-ratio: 1;
}
</style>
<h1>HoTT Book Progress</h1>