You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
I think it's a neocities thing, that happens a lot with my site; when I open in another browser or in my phone the site is updated, but if I use the same browser it never updates, no matter how many times I refresh the page :(
if you have your css in a separate file, you can add "?v=1" to the end of the css link href in the html file, and increment the number each update to trick the browser into not caching the previous css whenever you make updates - here's an example: https://codepen.io/Tofurky/pen/QWPyQYM lemme know if this makes sense or not :P
thank you guys! i actually know about the ?=... solution, i just hoped there's a better one haha.