12/2/2025
This commit is contained in:
commit
e9b383a9a8
35
index.html
Normal file
35
index.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>LumenWEB</title>
|
||||||
|
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
|
<style>body { font-family: 'Inter', sans-serif; }</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<section class="bg-black text-white w-full absolute inset-0 h-full bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:24px_24px]">
|
||||||
|
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center absolute inset-0">
|
||||||
|
<div class="mx-auto max-w-3xl text-center">
|
||||||
|
<h1 class="bg-gradient-to-r from-green-300 via-blue-400 to-purple-500 bg-clip-text text-4xl font-extrabold text-transparent sm:text-6xl">
|
||||||
|
Welcome To Your LumenWEB Instance!
|
||||||
|
</h1>
|
||||||
|
<p class="mx-auto mt-4 max-w-xl text-lg leading-relaxed sm:text-xl">
|
||||||
|
Edit This In /home/container/index.html
|
||||||
|
</p>
|
||||||
|
<div class="mt-8 flex flex-wrap justify-center gap-4">
|
||||||
|
<a class="block w-full rounded-lg border border-blue-500 bg-blue-500 px-12 py-4 text-base font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto transition-all duration-300 ease-in-out" href="https://www.sourcexchange.net/products/lumenweb">
|
||||||
|
<div>Visit LumenWEB on sourceXchange</div>
|
||||||
|
</a>
|
||||||
|
<a class="block w-full rounded-lg border border-blue-500 bg-blue-500 px-12 py-4 text-base font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto transition-all duration-300 ease-in-out" href="https://www.sourcexchange.net/products/lumenweb">
|
||||||
|
<div>Visit LumenWEB on BuiltByBit</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user