2025-08-19 22:01:20 +05:30
|
|
|
<head>
|
|
|
|
|
<title>{} {}</title>
|
|
|
|
|
<style>
|
|
|
|
|
body {{
|
2025-08-20 15:06:56 +03:00
|
|
|
font-sans m-[40px] text-center
|
2025-08-19 22:01:20 +05:30
|
|
|
}}
|
|
|
|
|
.container {{
|
2025-08-20 15:06:56 +03:00
|
|
|
bg-white p-12 px-10 rounded-[8px] max-w-[500px]
|
2025-08-19 22:01:20 +05:30
|
|
|
}}
|
2025-08-20 15:06:56 +03:00
|
|
|
h1 {{ text-[#d32f2f] mb-[20px] }}
|
|
|
|
|
p {{ text-[#555555] mb-[30px] }}
|
|
|
|
|
a {{ text-[#0066cc] }}
|
2025-08-19 22:01:20 +05:30
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1>{} {}</h1>
|
|
|
|
|
<p>{}</p>
|
|
|
|
|
<p><a href="/">Back to home</a></p>
|
|
|
|
|
</div>
|
2025-08-20 15:06:56 +03:00
|
|
|
</body>
|