mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-12 11:27:33 -05:00
Add version link to webui
This commit is contained in:
parent
de31838195
commit
fae080ea87
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue