1763
we are safe
(discuss.tchncs.de)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Nobody else can see the files on your c:\ drive. Designing a "website" means little if you don't have a place to host it
Is it OK if I put them in D:\ ๐๐๐
Gotta be on the internet drive, I:\
Idk, there's a lot of people who have jobs designing websites without a place to host it. Shoot, people get paid to design an image of a website.
This sort of thing worked in the '90s. Many of the security restrictions in browsers these days means it doesn't consider the local file to be actually local, and you have to host from some kind of server. There are mini servers that are trivial to spin up, like SimpleHTTPServer on Python.