Initial Apposaurus website

This commit is contained in:
2026-04-20 05:05:14 +00:00
parent 1c7f223652
commit 76516c3535
12 changed files with 757 additions and 14 deletions
+9
View File
@@ -0,0 +1,9 @@
export const legalNotes = {
disclaimer:
'This website structure is a technical draft. Before public launch, all legal texts should be completed with real company details and reviewed for legal accuracy.',
privacyCommon: [
'Server logs may include IP address, request time, requested URL, browser information, referrer and status codes.',
'This data may be processed to deliver the service securely, protect against abuse and keep the website or app stable.',
'No optional third-party tracking, contact forms, analytics or advertising details are included here unless they are explicitly added later.',
],
};