Update README.md (#53)

* Update README.md

* flask
This commit is contained in:
Andras Bacsai
2025-09-25 11:26:30 +02:00
committed by GitHub
parent 6457a95887
commit 269ae91c9b
9 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<script src="{{ url_for('static', filename='script.js') }}" defer></script>
<title>Minimal Flask App</title>
</head>
<body>
<h1>Hello, Flask!</h1>
</body>
</html>