Include current Antos version to login screen

This commit is contained in:
DanyLE 2022-07-17 15:05:59 +02:00
parent 5d17c429f7
commit f7081ae48a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1060,7 +1060,7 @@ namespace OS {
schemes.login = `\
<div id = "login_form">
<p>Welcome to AntOS, please login</p>
<p>Welcome to AntOS v${OS.VERSION.toString()}, please login</p>
<input id = "txtuser" type = "text" value = "demo" ></input>
<input id = "txtpass" type = "password" value = "demo" ></input>
<button id = "btlogin">Login</button>