23 lines
732 B
HTML
23 lines
732 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>新闻</title>
|
|
<style>
|
|
p {
|
|
letter-spacing: 6px;
|
|
line-height: 2em;
|
|
text-indent: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<p> 昨天上午,南京国际博览中心金陵会议中心内欢声笑语,春意盎然,省委、省政府在这里举行春节团拜会。
|
|
Yesterday morning, the Jinling Conference Center of Nanjing International Expo Center was filled with laughter
|
|
and joy, and the provincial party committee and government held a Spring Festival gathering here.</p>
|
|
</body>
|
|
|
|
</html> |