Add link to source code

This commit is contained in:
987123879113 2020-11-28 19:16:31 +09:00
parent de7afcba80
commit 2c6986c57f
1 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,16 @@
text-align:center;
}
#footer {
color:white;
width:100%;
text-align: center;
}
#footer a {
color: #4DA8DA;
}
input {
color:white;
width:100%;
@ -95,5 +105,10 @@
<br>
<br>
<input id="password" type="text" placeholder="Password" onfocus="this.select();" readonly />
<br>
<br>
<div id="footer">
Source code: <a href="https://github.com/987123879113/firebeatrtc">https://github.com/987123879113/firebeatrtc</a>
</div>
</body>
</html>