You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
572 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>古新枣木梳</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 id="product-name"></h1>
<img id="product-image" class="product-image" src="" alt="古新枣木梳">
<p id="description"></p>
<ul id="benefits" class="benefits"></ul>
<p id="price" class="price"></p>
</div>
<script src="script.js"></script>
</body>
</html>