100-project-100-days-website/100_projects/16-creative-image-gallery/index.html
2023-03-09 17:04:22 +03:00
Ask

18 lines
433 B
HTML

{8e9761ba0cfbd599269a73aac28a33cf476dc8cd true 433 index.html 0xc002a3a3f0}

<!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">
</head>
<body>
<div class="hero">
<h1>Candy.</h1>
<h1>Cherry.</h1>
<h1>Melon.</h1>
<div class="img-box"></div>
</div>
</body>
</html>