Skip to content

Commit d116a6b

Browse files
authored
Update index.html
1 parent 1d5894a commit d116a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: index.html

+2
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,8 @@
803803
);
804804
if (document.getElementById("bginput").files[0]!=undefined){
805805
reader.readAsDataURL(document.getElementById("bginput").files[0]);
806+
} else {
807+
resolve("https://static.vecteezy.com/system/resources/previews/004/141/669/original/no-photo-or-blank-image-icon-loading-images-or-missing-image-mark-image-not-available-or-image-coming-soon-sign-simple-nature-silhouette-in-frame-isolated-illustration-vector.jpg");
806808
}
807809
});
808810
}

0 commit comments

Comments
 (0)