Update index.html
This commit is contained in:
parent
06514743b7
commit
53b1981071
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user