-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |