From d985ea7639dd8a63fc8157f00ed69a200477a10d Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 30 Mar 2020 13:26:30 +0200 Subject: [PATCH] App: Better intro --- app/templates/main.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/templates/main.html b/app/templates/main.html index 8e4eae8..6ae5fc7 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -6,6 +6,9 @@ background-color: white; color: black; } + #intro { + max-width: 50em; + } #heading { position: relative; height: 2.5ex; @@ -53,7 +56,9 @@ </head> <body> <h1>MFF Zoom</h1> - <p><b>This is still experimental, there might be dragons. Please report all bugs to Martin Mareš.</b> + <p id=intro>This table summarizes meetings scheduled in our Zoom accounts. Use standard Zoom interface + to create and modify reservations. Please keep in mind that there is a slight delay between Zoom + and this table. Please report all bugs to Martin Mareš.</p> <form method=GET action="?"> <label for=date>Date:</label> <input id=date type=date name=date value="{{ g.date }}"> -- GitLab