16 lines
470 B
HTML
16 lines
470 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>
|
||
|
<div class="container">
|
||
|
<img src="./img/sweets.jpg" alt="a box of chocolate cupcakes">
|
||
|
</div>
|
||
|
<script src="./script/script.js" defer></script>
|
||
|
</body>
|
||
|
</html>
|