paul.rabiet-steichen 5c53801786 Made HTML cleaner
2025-04-15 16:31:01 +02:00

31 lines
727 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>La Banquise</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1 class="title">La Banquise</h1>
<div class="grid-container">
<a class="grid-item" href="localhost">
<object data="assets/iceberg.svg" type="image/svg+xml"></object>
<p class="item-name">Placeholder</p>
</a>
</div>
<div class="wave hidden">
<svg viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M0,0 C600,100 600,100 1200,0 V120 H0 V0 Z" class="shape-fill"></path>
</svg>
</div>
<script src="./script.js"></script>
</body>
</html>