dsite/timer/templates/index.html
Ching e0bb8e78d6 [A] added a page for viewing office hour!
[A] added a template
[M] modified OH's api
2019-07-08 17:16:18 +08:00

10 lines
153 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Office Hour</title>
</head>
<body>
<h1>office hour ends at: {{ today_oh.get_ends_at_str }}</h1>
</body>
</html>