mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp-repo-public.git
synced 2026-04-24 16:52:49 +08:00
9 lines
519 B
HTML
9 lines
519 B
HTML
<header class="site-header shadow">
|
|
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
|
|
<a href="index.html" class="text-xl font-bold text-white">hub2wp Plugin Repo <span class="text-sm text-gray-300 font-normal ml-1">Beta</span></a>
|
|
<nav>
|
|
<a href="index.html" class="nav-link px-3 text-gray-300 hover:text-white" data-page="index">Home</a>
|
|
<a href="about.html" class="nav-link px-3 text-gray-300 hover:text-white" data-page="about">About</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|