diff --git a/Storing-HTML-locally.md b/Storing-HTML-locally.md deleted file mode 100644 index c21f783..0000000 --- a/Storing-HTML-locally.md +++ /dev/null @@ -1,24 +0,0 @@ -If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images will no longer be displayed.

-![](https://i.imgur.com/9uAHT3o.png) - -You can avoid this by saving the HTML file with your browser.
- -**1.** Open the exported `.html` file - -**2.** Right click anywhere, then click "Save as…" or hit CTRL+S (⌘S) - -**3.** Save the file as "Webpage, Complete" - -Notice that two files will be generated, a `.html` and a folder, they must be kept together. - -![](https://i.imgur.com/sgjtOTD.gif)
- -### Warning -Some browsers may save sensitive information to the file, such as your system username and paths. This doesn't apply to Firefox. Example: - -```html - -``` - -This line is safe for removal.
-Power users may use regex when dealing with multiple files `.*saved from url.*\n`. \ No newline at end of file