feat: Reducing the amount of js used and improving code functionality (#36) (#37)

This commit is contained in:
neon_arch 2023-06-18 19:50:32 +03:00
parent d65958924f
commit 8e9fe4d03a
12 changed files with 337 additions and 662 deletions

View file

@ -0,0 +1,5 @@
<div class="cookies tab">
<h1>Cookies</h1>
<p class="description"></p>
<input type="text" name="cookie_field" value="" readonly />
</div>