Add all files

This commit is contained in:
2026-03-20 14:28:23 +01:00
parent fb8e41202d
commit b3ce220ba1
3 changed files with 15 additions and 0 deletions

15
src/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ayabusa's Homepage</title>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
...
<!-- Le reste du contenu -->
...
</body>
</html>

0
src/script.js Normal file
View File

0
src/style.css Normal file
View File