HW3 done (really)
This commit is contained in:
parent
a1288af118
commit
721e982e2a
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class App {
|
||||||
img.src = base64;
|
img.src = base64;
|
||||||
const span = document.createElement('span');
|
const span = document.createElement('span');
|
||||||
span.contentEditable = true;
|
span.contentEditable = true;
|
||||||
|
span.innerText = new Date().toString();
|
||||||
this.favourites.appendChild(img);
|
this.favourites.appendChild(img);
|
||||||
this.favourites.appendChild(span);
|
this.favourites.appendChild(span);
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue