Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wizards
mffzoom
Commits
d985ea76
Commit
d985ea76
authored
Mar 30, 2020
by
Martin Mareš
Browse files
App: Better intro
parent
8961b83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/main.html
View file @
d985ea76
...
...
@@ -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 }}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment