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.
28 lines
791 B
28 lines
791 B
3 months ago
|
<!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="styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<h1>欢迎来到山东菏泽</h1>
|
||
|
<p id="about"></p>
|
||
|
<div class="section">
|
||
|
<h2>特色景点</h2>
|
||
|
<div id="places-container"></div>
|
||
|
</div>
|
||
|
<div class="section">
|
||
|
<h2>菏泽美食</h2>
|
||
|
<div id="food-container"></div>
|
||
|
</div>
|
||
|
<div class="section">
|
||
|
<h2>菏泽文化</h2>
|
||
|
<div id="culture-container"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="script.js"></script>
|
||
|
</body>
|
||
|
</html>
|