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.
 
 

23 lines
779 B

<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<h1>测试页面</h1>
<div class="news-list">
<article>
<h2><a href="https://example.com/news1">新闻标题1 - 这是第一条测试新闻</a></h2>
<p>这是第一条新闻的内容摘要...</p>
</article>
<article>
<h2><a href="https://example.com/news2">新闻标题2 - 这是第二条测试新闻</a></h2>
<p>这是第二条新闻的内容摘要...</p>
</article>
<article>
<h2><a href="https://example.com/news3">新闻标题3 - 这是第三条测试新闻</a></h2>
<p>这是第三条新闻的内容摘要...</p>
</article>
</div>
</body>
</html>