mirror of https://github.com/hasinhayder/hydra
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.5 KiB
30 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="svg/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Tailwind CSS Boilerplate</title>
|
|
<script type="module" crossorigin src="/assets/style.7f2dd081.js"></script>
|
|
<link rel="stylesheet" href="/assets/style.9371fd0a.css">
|
|
</head>
|
|
|
|
<body>
|
|
<section class="text-gray-600 body-font" id="app">
|
|
<div class="container flex px-5 py-24 items-center flex-col" style="text-align: center;">
|
|
<img class="w-64 mb-20 rounded" style="width:256px; height:auto" alt="hero" src="//tailwindcss.com/_next/static/media/tailwindcss-mark.cb8046c163f77190406dfbf4dec89848.svg">
|
|
<div class="text-center lg:w-2/3 w-full">
|
|
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Another HTML</h1>
|
|
<p class="mb-8">Check <code class='p-2 mx-2 bg-gray-200'>vite.config.js</code> For Build Instructions</p>
|
|
<div class="mx-auto ">
|
|
<a href='https://github.com/hasinhayder/tailwind-boilerplate' class=" text-white bg-cyan-500 font-semibold border-0 py-2 px-6 focus:outline-none hover:bg-red-600 rounded text-lg">Download</a>
|
|
<a target="_blank" href='https://github.com/hasinhayder' class="ml-4 text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Don't Click</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
|
|
|
|
</html> |