HW3 done (really)

This commit is contained in:
Claudio Maggioni 2019-10-07 12:19:01 +02:00
parent a1288af118
commit 721e982e2a
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class App {
img.src = base64;
const span = document.createElement('span');
span.contentEditable = true;
span.innerText = new Date().toString();
this.favourites.appendChild(img);
this.favourites.appendChild(span);
});