Add all files
This commit is contained in:
15
src/index.html
Normal file
15
src/index.html
Normal 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
0
src/script.js
Normal file
0
src/style.css
Normal file
0
src/style.css
Normal file
Reference in New Issue
Block a user