This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
project-client/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>