PhyrePanel/samples/sample-index.html
Bozhidar Slaveykov ae940da7d4 update
2023-11-25 21:56:22 +02:00

22 lines
553 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="flex flex-col bg-gray-50 justify-center h-screen text-center">
<div>
<h1 class="text-3xl font-bold">
Welcome to PhyrePanel!
</h1>
</div>
<div>
<p class="text-xl">
The simplest way to manage your websites.
</p>
</div>
</div>
</body>
</html>