mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-13 08:48:38 +01:00
new selfhosted version
This commit is contained in:
44
dashboard/public/pdf/pages/page1.html
Normal file
44
dashboard/public/pdf/pages/page1.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<style>
|
||||
* {
|
||||
font-family: "Poppins";
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="w-dvw h-dvh p-8 flex flex-col">
|
||||
<div class="font-bold text-4xl"> Web Analytics Report </div>
|
||||
<div class="w-full h-[2px] bg-black mt-3"></div>
|
||||
<div class="mt-[35vh] flex justify-center flex-col items-center">
|
||||
<div class="font-bold text-4xl"> %PROJECT_NAME% </div>
|
||||
<div class="font-bold text-2xl mt-4"> Domain: %DOMAIN% </div>
|
||||
<div class="text-2xl mt-4"> Data analyzed in this report </div>
|
||||
<div class="text-2xl">
|
||||
are from
|
||||
<span class="font-bold"> %FROM% </span>
|
||||
to
|
||||
<span class="font-bold"> %TO% </span>.
|
||||
</div>
|
||||
</div>
|
||||
<div class="grow"></div>
|
||||
<div class="flex justify-between items-center">
|
||||
<div class="text-2xl">1/9</div>
|
||||
<img class="w-10" src="%LOGO%">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user