This commit is contained in:
Ilya Kantor 2019-03-30 14:32:38 +03:00
parent 65671ab7ba
commit 9c3ac133e3
23 changed files with 330 additions and 273 deletions

View file

@ -0,0 +1,7 @@
class LiveTimer extends HTMLElement {
/* your code here */
}
customElements.define("live-timer", LiveTimer);