From 7d80d3d2be3e0f8e36be66a08879b1f04a381e88 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 14:45:55 +0100 Subject: Basic Elm application --- src/bin/web.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/bin/web.rs') diff --git a/src/bin/web.rs b/src/bin/web.rs index fed833b..243e4a2 100644 --- a/src/bin/web.rs +++ b/src/bin/web.rs @@ -1,11 +1,13 @@ + +use std::fs; use axum::{ response::Html, routing::get, Router, }; -async fn root_get() -> Html<&'static str> { - Html("