Vesktop/static/updater.html
2023-04-10 04:11:21 +02:00

7 lines
165 B
HTML

<div>hi</div>
<p></p>
<script type="module">
const version = await Updater.getLatestVersion();
document.querySelector("p").textContent = version;
</script>