Update index.html

This commit is contained in:
LinearArray 2024-02-27 04:05:40 +05:30
parent 06514743b7
commit 53b1981071

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
@ -8,6 +9,7 @@
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-800 text-white font-sans">
<header class="bg-gray-700 p-4 flex items-center justify-between">
@ -22,6 +24,7 @@
</header>
<main class="p-4 md:p-8 space-y-6">
<script src="./oneko.js"></script>
<section>
<h2 class="text-2xl font-bold mb-2">About Me</h2>
@ -99,7 +102,6 @@
This website is open source, <a href="https://git.projectsegfau.lt/LinearArray/Website" class="text-blue-500 hover:underline">check out the code.</a>
</section>
</main>
</body>