summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-09-04 15:14:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-09-04 15:14:55 +0200
commit60f3660d0aa25f05241bef655a44e975919f21df (patch)
treecd28de32c7adb822f7f3dcf97a5522756d60406c
parent7e068a2e554fe8aa5c25d2fdd151d58c3550eb96 (diff)
Add short explanation of constraints
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--src/frontend.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend.rs b/src/frontend.rs
index ef2cb8d..2981249 100644
--- a/src/frontend.rs
+++ b/src/frontend.rs
@@ -11,7 +11,10 @@ pub async fn index() -> Result<maud::Markup> {
Ok(maud::html! {
html {
body {
- h1 { "Hello World!" }
+ h1 { "Waterlevels" }
+
+ p { "Please note that the application is resource-constrained to 25 MB RAM and 100 Landscape elements or 1000 hours of rain!" }
+ p { "The application will fail with bigger numbers or if OOM." }
form action="/make_landscape" method="post" {
label { "Elements" }