mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-17 19:47:02 +00:00
30 lines
907 B
HTML
30 lines
907 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../../../dist/tailshape.css">
|
|
<title>Header 5</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<!-- header 5 start -->
|
|
|
|
<section class="section_divider">
|
|
<div>Header 5</div>
|
|
</section>
|
|
<header class=" bg-white dark:bg-gray-800 shadow">
|
|
<div class="flex items-center justify-between p-4 mx-auto max-w-7xl">
|
|
<span class="inline-block w-32 p-3 bg-gray-400 dark:ring-2 dark:rign-sky-300 dark:bg-gray-700 rounded-lg text-center text-white"> Logo </span>
|
|
<button class="p-2 rounded bg-gray-300 text-cyan-800 font-semibold dark:text-cyan-600">Contact Us</button>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- header 5 end -->
|
|
|
|
|
|
|
|
</body>
|
|
</html> |