Skip to content

Commit

Permalink
Create new.html
Browse files Browse the repository at this point in the history
  • Loading branch information
w2jmoe authored Jun 25, 2024
1 parent e5d2904 commit bb4be1f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions new.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HTML 测试模板</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="
background-color: orange;
text-align: center;
padding: 50px;
font-size: 20px;">
<image src="https://www.z4a.net/images/2024/06/23/Mana-2018.jpg" alt="芦田爱菜" width="300px" height="300px"></image>
</div>
<div style="
max-width: 700px;
margin: 30px auto;
padding: 15px;
line-height: 1.7;">
<h1>好的,新页面!</h1>
</div>
<div style="
background-color: orange;
text-align: center;
padding: 50px;
font-size: 20px;">
<p>我的网站</p>
<a href="https://futurevibes.mysxl.cn">友情链接</a>
</div>
</body>
</html>

0 comments on commit bb4be1f

Please sign in to comment.