From fd0059294ade8e364e63060b895c566059c3b3fa Mon Sep 17 00:00:00 2001 From: Yudi Date: Fri, 4 Oct 2019 23:35:37 -0300 Subject: [PATCH] Created Storing HTML locally (markdown) --- Storing-HTML-locally.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Storing-HTML-locally.md diff --git a/Storing-HTML-locally.md b/Storing-HTML-locally.md new file mode 100644 index 0000000..ab38152 --- /dev/null +++ b/Storing-HTML-locally.md @@ -0,0 +1,14 @@ +If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images won't show up anymore.

+![](https://i.imgur.com/9uAHT3o.png) + +You can avoid this by saving the HTML to another place.
+ +**1.** Open the exported `.html` file. + +**2.** Right click anywhere and click "Save as…" or hit CTRL+S (⌘S) + +**3.** Save the file as "Webpage, Complete" + +Please notice that two files will be generated, a `.html` and a folder, they must be kept together. + +![](https://i.imgur.com/sgjtOTD.gif)
\ No newline at end of file