mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37: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/>
|
<button onClick={help}>Need help?</button><br/><br/>
|
||||||
{ error[0] ? <p>Error: { error[0] } </p> : <p></p> }
|
{ error[0] ? <p>Error: { error[0] } </p> : <p></p> }
|
||||||
</div>
|
</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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue