parent
318ab4c6ca
commit
1a42c6ef77
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||||
|
import { age } from "./lib/me.mjs" |
||||||
|
|
||||||
|
const age_span = document.getElementById("age") |
||||||
|
age_span.textContent = age().toString() |
Loading…
Reference in new issue