surfx / public /templates /cookies_tab.html
neon_arch
✨ feat: improve the cookies tab under the settings page
87eb0d9
raw
history blame
427 Bytes
<div class="cookies tab">
<h1>Cookies</h1>
<p class="description">
This is the cookies are saved on your system and it contains the preferences
you chose in the settings page
</p>
<input type="text" name="cookie_field" value="" readonly />
<p class="description">
The cookies stored are not used by us for any malicious intend or for
tracking you in any way.
</p>
</div>