mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp-repo-public.git
synced 2026-04-24 16:52:49 +08:00
21 lines
596 B
HTML
21 lines
596 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Contact | hub2wp Plugin Repo</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2/dist/tailwind.min.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body class="bg-gray-100">
|
|
<div id="header"></div>
|
|
|
|
<main class="container mx-auto p-4">
|
|
<h1 class="text-2xl font-bold mb-4">Contact</h1>
|
|
<p>For inquiries, reach out via GitHub Issues or other contact channels.</p>
|
|
</main>
|
|
|
|
<div id="footer"></div>
|
|
|
|
<script src="js/page.js" type="module"></script>
|
|
</body>
|
|
</html>
|