docs: refresh readme and legal info

This commit is contained in:
2026-05-07 20:22:12 +00:00
parent ec93151d31
commit f38938ef3d
2 changed files with 84 additions and 84 deletions
+10 -7
View File
@@ -36,6 +36,11 @@ export const simpleInfo = async (
width: 150px;
padding-top: 70px;
margin: 0px auto 30px auto;
color: #ffffff;
text-align: center;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.08em;
}
.content {
@@ -115,9 +120,7 @@ export const simpleInfo = async (
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div class="logo">
<img src="https://assetbroker.lossless.one/brandfiles/lossless/svg-minimal-bright.svg" />
</div>
<div class="logo">serve.zone</div>
<div class="content">
${(() => {
const returnArray: plugins.smartntml.deesElement.TemplateResult[] = [];
@@ -136,7 +139,7 @@ export const simpleInfo = async (
html`<div class="addontext">
We recorded this event. Should you continue to see this page against your
expectations, feel free to mail us at
<a href="mailto:hello@lossless.com">hello@lossless.com</a>
<a href="mailto:hello@task.vc">hello@task.vc</a>
</div>`
);
}
@@ -151,9 +154,9 @@ export const simpleInfo = async (
})()}
</div>
<div class="legal">
<a href="https://lossless.com">Lossless GmbH</a> / &copy 2014-${new Date().getFullYear()}
/ <a href="https://lossless.gmbh">Legal Info</a> /
<a href="https://lossless.gmbh">Privacy Policy</a>
<a href="https://task.vc">Task Venture Capital GmbH</a> / &copy 2014-${new Date().getFullYear()}
/ <a href="https://task.vc">Legal Info</a> /
<a href="https://task.vc">Privacy Policy</a>
</div>
</body>
</html>