update splash page

This commit is contained in:
zefie
2021-11-10 23:38:15 -05:00
parent c94f8d7d26
commit 9657379f27

View File

@@ -22,13 +22,11 @@ data = `<html>
<p><br> <p><br>
<p><br> <p><br>
<table border> <table border>
<tr><td width=150>
Mini service
<tr><td> <tr><td>
zefie minisrv v${minisrv_config.version}`; ${minisrv_config.config.service_name} Mini Service hosted by ${minisrv_config.config.service_owner}
if (minisrv_config.config.git_commit) data += " (git " + minisrv_config.config.git_commit + ")"; <tr><td>
data += ` minisrv v${minisrv_config.version} ${(minisrv_config.config.git_commit) ? '(git '+minisrv_config.config.git_commit+')' : ''}
<tr><td>&rate; <tr><td>Connected: &rate;
</table> </table>
</center> </center>
</body> </body>