presenton/resources/ui/homepage/index.html
2025-05-10 19:57:24 +05:45

15 lines
No EOL
391 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Presenton Open Source</title>
<link rel="stylesheet" href="../assets/tailwind.css">
<script src="./script.js"></script>
</head>
<body class="bg-gray-900 text-white flex flex-col items-center justify-center h-screen">
<h1 class="text-4xl font-bold">Presenton Open Source</h1>
<p class="mt-4">Waiting for server to start...</p>
</body>
</html>