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

22 lines
660 B
HTML

<!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="cupcakes"></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>