Some stuff working
This commit is contained in:
BIN
assets/ida_blue.png
Normal file
BIN
assets/ida_blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 506 KiB |
BIN
assets/title.png
Normal file
BIN
assets/title.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
21
index.html
Normal file
21
index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body class="bg-grey p-8">
|
||||
<h1 class="txt-cyan text-3xl font-bold underline">
|
||||
<div class="flex flex-row space-x-8">
|
||||
<div class="outline-8 p-2">
|
||||
<img class="" src="assets/ida_blue.png" />
|
||||
</div>
|
||||
<div>
|
||||
<img class=""src="assets/title.png" />
|
||||
</div>
|
||||
</div>
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user