generated from skills/introduction-to-github
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathomnicreations_hub.html
More file actions
16 lines (16 loc) · 649 Bytes
/
omnicreations_hub.html
File metadata and controls
16 lines (16 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OmniCreations Hub</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900 text-white min-h-screen flex items-center justify-center">
<div class="text-center">
<h1 class="text-4xl font-bold mb-4">OmniCreations Hub</h1>
<p class="text-gray-400 mb-6">Creative studio coming soon</p>
<a href="omega_hub.html" class="px-6 py-3 bg-blue-600 hover:bg-blue-700 rounded-lg font-semibold">Back to Omega Hub</a>
</div>
</body>
</html>