Skip to content

Commit

Permalink
html语法修复
Browse files Browse the repository at this point in the history
  • Loading branch information
JIAZIYI007 committed Nov 30, 2024
1 parent cba6b1b commit 1e1f0b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
</head>
<body>
<div class="container" style="margin-top: 1%; margin-right: 1%; margin-left: 1%;"></div>
<div class="container" id="page">
<div class="container" id="title">
<h1> JIAZIYI007的个人博客</h1>
</div>
<div class="container" id="page">
<a href="./about.html">关于博客</a>
<p>基于Github Pages 构建</p>
<P>最新文章:</P>
Expand All @@ -31,5 +33,6 @@ <h1> JIAZIYI007的个人博客</h1>
<a href="mailto:jiaziyi007_osub@outlook.com" target="_blank">邮箱</a>
<a href="https://icp.gov.moe/?keyword=20240119" target="_blank">萌ICP备20240119号</a>
<button onclick ='click_event()'>JS测试</button>
</div>
</body>
</html>

0 comments on commit 1e1f0b1

Please sign in to comment.