Browse Source

删除 'project/view/test.html'

main
HuangZhikai 3 weeks ago
parent
commit
56c7f4dabc
  1. 23
      project/view/test.html

23
project/view/test.html

@ -1,23 +0,0 @@
<!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>
Loading…
Cancel
Save