my-cafe-events/cafe-events/valentines-day-25/index.html

35 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>for you, emma</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header>for you, emma &lt;3</header>
<div class="container">
<div class="tile-one tile"></div>
<div class="tile-two tile"></div>
<div class="tile-three tile"></div>
<div class="tile-four tile"></div>
<div class="tile-five tile"></div>
<div class="tile-six tile"></div>
<div class="tile-seven tile"></div>
<div class="tile-eight tile"></div>
<div class="tile-nine tile"></div>
<div class="tile-ten tile"></div>
<div class="tile-eleven tile"></div>
<div class="tile-twelve tile"></div>
<img src="./img/sweets.jpg" alt="a box of chocolate cupcakes">
</div>
<script src="./script/script.js" defer></script>
<footer>
<p>happy valentine's day!</p>
<p>credits</p>
</footer>
</body>
</html>