18 lines
415 B
HTML
18 lines
415 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Neroli Summer Eau de Parfum</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<main>
|
||
|
|
<h1>Neroli Summer Eau de Parfum</h1>
|
||
|
|
<p>Brand: Example Maison</p>
|
||
|
|
<p>Top notes: Bergamot, Neroli</p>
|
||
|
|
<p>Middle notes: Jasmine</p>
|
||
|
|
<p>Base notes: Musk</p>
|
||
|
|
<p>A fresh daily perfume for summer office wear.</p>
|
||
|
|
<p>Price $89</p>
|
||
|
|
</main>
|
||
|
|
</body>
|
||
|
|
</html>
|