The rest of the commits to this repo, so we can now start sharing

This commit is contained in:
2026-03-12 00:15:13 +01:00
parent fa367208f3
commit 20b339ef40
7 changed files with 82 additions and 0 deletions

20
app/templates/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BuJo</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
<header>
<h1>🌿 BuJo</h1>
<p>Your personal bullet journal</p>
</header>
<main>
<p>Ready to capture your day?</p>
</main>
</body>
</html>