From d3be1e2984abe08f7c385e0894c9564049c3f6b2 Mon Sep 17 00:00:00 2001 From: Fr4nzD13trich Date: Tue, 14 Oct 2025 15:49:46 +0200 Subject: [PATCH] changes implementing flask --- lomes-app.py | 5 ++--- static/index.html | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) mode change 100644 => 100755 lomes-app.py diff --git a/lomes-app.py b/lomes-app.py old mode 100644 new mode 100755 index 2bb2175..b14793b --- a/lomes-app.py +++ b/lomes-app.py @@ -2,12 +2,11 @@ from flask import Flask, render_template -app = Flask(__name__) +app = Flask(__name__, static_folder="static") @app.route("/") def index(): - #return render_template("index.html") - return "TEST" + return render_template("index.html") app.run(host="127.0.0.1", port=5000) diff --git a/static/index.html b/static/index.html index e2e96ec..f33378b 100644 --- a/static/index.html +++ b/static/index.html @@ -4,13 +4,13 @@ LoMeS | Meshtastic - - + +
- +

Welcome to LoMeS