Restructured and added the Android APP

This commit is contained in:
2022-12-29 09:20:52 +01:00
parent ca03011390
commit 32f09c135c
72 changed files with 1750 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ flask_name }}</title>
<link rel="stylesheet" href="/static/index.css">
</head>
<body>
<h1>A lot TO-DO!</h1>
<hr>
<p>Just a first demo!</p>
</body>
</html>