-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="styles.css" />
<title>Mindfulness Journal</title>
</head>
<body>
<header>
<h1>Mindfulness Journal</h1>
<nav>
<ul>
<li><a href="journal.html">Journal</a></li>
<li><a href="insights.html">Insights</a></li>
</ul>
</nav>
</header>
<main>
<p>
- 🌿 Explore mindfulness with our guided journal <br />
- 🧘♂️ Cultivate a calmer, intentional life <br />
- 🌈 Daily reflections and gratitude practices <br />
- 🌬️ Mindful breathing and stress management <br />
- 📓 Track progress and set meaningful goals <br />
- 🚀 Perfect for beginners and seasoned practitioners <br />
- 🌸 Embrace the present moment with us! #MindfulnessJournal <br />
- 🎨 Engage in mindful activities like walking meditation and artistic
expression <br />
- 🌼 Weekly challenges for a holistic approach to mindfulness <br />
- 🤝 Acts of kindness to spread positivity <br />
- 💤 Explore mindful sleep rituals for a restful night <br />
- 🌟 Inspirational quotes and affirmations for daily motivation <br />
- 📝 Blank pages for personal reflections and creativity <br />
- 🌱 Your sacred space for self-discovery and growth <br />
- 🚀 Begin your transformative journey now! #Mindfulness
#WellBeingJourney <br />
</p>
</main>
<footer>
<p>© 2023 Mindfulness Journal App</p>
</footer>
</body>
</html>