diff options
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | src/images/700x500.png | bin | 0 -> 1788 bytes |
2 files changed, 3 insertions, 3 deletions
@@ -89,7 +89,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> @@ -157,7 +157,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> @@ -225,7 +225,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> diff --git a/src/images/700x500.png b/src/images/700x500.png Binary files differnew file mode 100644 index 0000000..b83bd8a --- /dev/null +++ b/src/images/700x500.png |