-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.46 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nknight AMAMIYA's apps@nk4dev</title>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
<body>
<header class="bg-[#000021] text-white p-4">
<h1>Nknight AMAMIYA's apps@nk4dev</h1>
</header>
<main class="p-4">
<ul>
<li>
<a href="https://apps.nknighta.me/ytimage-dl" class="text-blue-500 hover:underline">ytimage-dl</a>
</li>
<li>
<a href="https://apps.nknighta.me/x_img_reformat"
class="text-blue-500 hover:underline">x_img_reformat</a>
</li>
<li>
<a href="https://apps.nknighta.me/grove-player/" class="text-blue-500 hover:underline">grove player
(HTML5)</a>
</li>
<li>
<a href="https://nknighta.me/apps/grove" class="text-blue-500 hover:underline">grove player (Nextjs)</a>
</li>
<li>
<a href="https://apps.nknighta.me/qrcode-gen/" class="text-blue-500 hover:underline">qrcode-gen</a>
</li>
</ul>
</main>
<footer class="bg-[#000021] text-white p-4">
<a href="https://nknighta.me/" class="text-white underline">Nknight AMAMIYA@nk4dev</a>
<p> All rights reserved.</p>
</footer>
</body>
</html>