mirror of
https://old.git.ood.ovh/flambyte/github_exo2.git
synced 2025-04-28 22:11:18 +02:00
changement page index
This commit is contained in:
parent
7bb4e0102c
commit
3ff6b0fff9
1 changed files with 8 additions and 0 deletions
|
@ -6,8 +6,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<style>
|
||||||
|
.container{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container">
|
||||||
<img class="image" src="batbadass-stitch.jpg" alt="stitch version batman">
|
<img class="image" src="batbadass-stitch.jpg" alt="stitch version batman">
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue