Friends, I configure chrome in accordance with the documentation so that local images can be displayed.
What is done wrong, based on the picture? Does not display ...
Friends, I configure chrome in accordance with the documentation so that local images can be displayed.
What is done wrong, based on the picture? Does not display ...
install the plug-in (Web Server for Chrome) for the chrome browser https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphphbklhfoeikjpcbhemlocgigb
you can run it from here chrome://apps , then you can fix it on the taskbar
CHOOSE FOLDER button = select a folder (that folder where html / js is) under it a slider - turn on and off the server
below link to the page
install nodejs https://nodejs.org/en/download/ install the npm i -g reload server itself
npm - package manageri - install-g - globally (for the whole system)
then open the console and navigate to the desired folder with the index.html file and execute the reload command
reload benefits - when changing code inside js / html files, all open pages on all devices in all browsers update themselves
закрепить - qwabraSource: https://ru.stackoverflow.com/questions/805060/
All Articles