summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/frontend.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend.rs b/src/frontend.rs
index e5a9285..597d7cd 100644
--- a/src/frontend.rs
+++ b/src/frontend.rs
@@ -57,8 +57,6 @@ pub async fn make_landscape(form: web::Form<LandscapeSize>) -> Result<maud::Mark
link rel="stylesheet" href="style.css";
html {
body {
- h1 { "Hello World!" }
-
p { "Please fill in the landscape values" }
form action="/calculate" method="get" {
@for _n in 0..form.elements {