add hover text
This commit is contained in:
parent
752f240a93
commit
59d31e8786
|
@ -33,7 +33,7 @@
|
|||
<button id="opButton" class="nonimportant">Create account</button>
|
||||
<br><br>
|
||||
<div style="display: flex;"><p class="hidden" id="homeserver">Your homeserver is loading... </p><div style="display: flex;flex-direction: column;justify-content: center;"><a class="hidden" href="/homeserver">Change</a></div></div>
|
||||
<a class="iconbutton" href="/homeserver/"><img src="/static/svg/server.svg"></a><br><br>
|
||||
<a class="iconbutton" title="Change homeserver" href="/homeserver/"><img src="/static/svg/server.svg"></a><br><br>
|
||||
<a href="/privacy/">Privacy & Terms</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<input id="passwordBox" type="password" placeholder="Password"><br>
|
||||
<button id="signupButton">Create account</button><button id="opButton" class="nonimportant">Already have an account</button><br><br>
|
||||
<div style="display: flex;"><p class="hidden" id="homeserver">Your homeserver is loading... </p><div style="display: flex;flex-direction: column;justify-content: center;"><a class="hidden" href="/homeserver">Change</a></div></div>
|
||||
<a class="iconbutton" href="/homeserver/"><img src="/static/svg/server.svg"></a>
|
||||
<a class="iconbutton" title="Change homeserver" href="/homeserver/"><img src="/static/svg/server.svg"></a>
|
||||
<a href="/privacy/">Privacy & Terms</a>
|
||||
</div>
|
||||
<script type="text/javascript" src="/static/js/signup.js"></script>
|
||||
|
|
Reference in New Issue