Open ghost opened 6 years ago
https://github.com/kiranali/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtShop/index.html#L13
Nice job including your website's assets (in this case images) in your project and provide a relative file path to them in your img tags. 👍
img
It's always better to provide static assets up front instead of depending on external URLs that could fail or otherwise become unavailable.
https://github.com/kiranali/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtShop/index.html#L13
Nice job including your website's assets (in this case images) in your project and provide a relative file path to them in your
img
tags. 👍It's always better to provide static assets up front instead of depending on external URLs that could fail or otherwise become unavailable.