mirror of
https://old.git.ood.ovh/flambyte/github_exo2.git
synced 2025-04-28 22:11:18 +02:00
21 lines
No EOL
540 B
HTML
21 lines
No EOL
540 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<style>
|
|
.container{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<img class="image" src="batbadass-stitch.jpg" alt="stitch version batman">
|
|
</div>
|
|
</body>
|
|
</html> |