forked from krupal4/StatusSaver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (103 loc) · 3.37 KB
/
Copy pathindex.html
File metadata and controls
120 lines (103 loc) · 3.37 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Status Saver - Save and Share WhatsApp Statuses Easily</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
ul {
list-style-type: disc;
padding-left: 20px;
}
li {
margin-bottom: 10px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.features {
margin-top: 40px;
}
.feature {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.feature img {
width: 50px;
height: 50px;
margin-right: 10px;
}
.theming {
margin-top: 40px;
}
.theming img {
width: 100%;
max-width: 400px;
margin-top: 20px;
}
.footer {
text-align: center;
margin-top: 40px;
}
</style>
</head>
<body>
<div class="container">
<h1>Status Saver - Save and Share WhatsApp Statuses Easily</h1>
<p>Status Saver is a convenient and user-friendly app designed to enhance your WhatsApp experience. With its powerful features and intuitive interface, you can effortlessly save and share WhatsApp statuses with just a few taps.</p>
<h2>Key Features</h2>
<ul class="features">
<li class="feature">
<img src="save.png" alt="Save Statuses">
<p>Save Statuses: Browse through the statuses of your friends and contacts, and effortlessly save your favorite ones to your phone's gallery. No more worries about missing out on those captivating photos and videos shared by your loved ones.</p>
</li>
<li class="feature">
<img src="share.png" alt="Direct Sharing">
<p>Direct Sharing: Instantly share statuses with your friends and family directly from the app, without the need to save them first. It's a seamless way to spread joy and engage with your loved ones.</p>
</li>
<li class="feature">
<img src="language.png" alt="Multiple Language Support">
<p>Multiple Language Support: Status Saver supports internationalization with multiple popular languages, ensuring that users from different regions can comfortably use the app in their preferred language.</p>
</li>
<li class="feature">
<img src="theme.png" alt="System Theming">
<p>System Theming: Enjoy a personalized experience with system theming. Choose between the dark and light modes to suit your preference and enhance readability in any environment. Additionally, Status Saver offers dynamic theming, automatically adapting to your mobile's wallpaper, creating a visually appealing and cohesive interface.</p>
</li>
</ul>
<div class="theming">
<h2>System Theming Example</h2>
<img src="theming.png" alt="System Theming Example">
</div>
<div class="footer">
<p>© 2023 Status Saver. All rights reserved. | <a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
</div>
</body>
</html>