update css by js

This commit is contained in:
Alexander Popov 2023-06-16 23:56:49 +03:00
parent 13b5d6dbdd
commit 39470121df
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 3 additions and 0 deletions

3
~/HTML/update-css.html Normal file
View File

@ -0,0 +1,3 @@
<script>
document.write("<link type='text/css' href='../ui/css/ui.css?version=" + new Date().getTime() + "' rel='stylesheet' />");
</script>