Add version link to webui

This commit is contained in:
Ethan O'Brien 2024-12-08 17:37:51 -06:00
parent de31838195
commit fae080ea87

View file

@ -60,6 +60,7 @@ function Login() {
<button onClick={help}>Need help?</button><br/><br/>
{ error[0] ? <p>Error: { error[0] } </p> : <p></p> }
</div>
<p>EW Version 1.0.0 - <a href="https://git.ethanthesleepy.one/ethanaobrien/ew">View source</a> - <a href="https://git.ethanthesleepy.one/ethanaobrien/ew/src/branch/main/LICENSE">View license</a></p>
</form>
</div>
);