update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { UiPublicServer } from '../npm-publicserver.classes.uipublicserver';
|
||||
import * as plugins from '../plugins';
|
||||
import type { UiPublicServer } from '../npm-publicserver.classes.uipublicserver.js';
|
||||
import * as plugins from '../plugins.js';
|
||||
|
||||
export const getBody = async (uipublicServerArg: UiPublicServer, contentArg: string | string[]) => {
|
||||
return await plugins.litNtml.html`
|
||||
<head></head>
|
||||
@@ -50,7 +51,7 @@ export const getBody = async (uipublicServerArg: UiPublicServer, contentArg: str
|
||||
</div>
|
||||
${contentArg}
|
||||
<div class="footer">
|
||||
UiPublicServer v${uipublicServerArg.projectinfo.version} |
|
||||
UiPublicServer v${uipublicServerArg.projectinfo.version} |
|
||||
running since ${uipublicServerArg.startedAt} |
|
||||
<a href="https://lossless.gmbh" target="_blank">Legal Info</a></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user