blob: 1f0522f3540e16851aefe5a547a857120040041e [file] [log] [blame]
const el = document.createElement('div');
const version = '0.0.0-PLACEHOLDER';
const text: string = `Hello, World v${version}`;
el.innerText = text;
document.body.appendChild(el);