Skip to content

Commit dc9c211

Browse files
authoredDec 7, 2024··
Update and rename html.md to html.html
1 parent aa754f2 commit dc9c211

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
 

‎html.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>江桥中学论坛</title>
6+
</head>
7+
<body>
8+
<h1>这是一个标题</h1>
9+
<p>这是一个段落。</p>
10+
<a href="https://www.example.com">这是一个链接</a>
11+
</body>
12+
</html>

‎html.md

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.