Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
87eb0d9
1
Parent(s):
75f02d7
✨ feat: improve the cookies tab under the settings page
Browse files
public/templates/cookies_tab.html
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
<div class="cookies tab">
|
2 |
<h1>Cookies</h1>
|
3 |
-
<p class="description"
|
|
|
|
|
|
|
4 |
<input type="text" name="cookie_field" value="" readonly />
|
|
|
|
|
|
|
|
|
5 |
</div>
|
|
|
1 |
<div class="cookies tab">
|
2 |
<h1>Cookies</h1>
|
3 |
+
<p class="description">
|
4 |
+
This is the cookies are saved on your system and it contains the preferences
|
5 |
+
you chose in the settings page
|
6 |
+
</p>
|
7 |
<input type="text" name="cookie_field" value="" readonly />
|
8 |
+
<p class="description">
|
9 |
+
The cookies stored are not used by us for any malicious intend or for
|
10 |
+
tracking you in any way.
|
11 |
+
</p>
|
12 |
</div>
|