-
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
34 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,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang='zh-CN'> | ||
<meta charset="UTF-8" /> | ||
<title>测试</title> | ||
<style> | ||
body { | ||
margin: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div style=" | ||
background-color: #F1F1F1; | ||
text-align: center; | ||
padding: 40px;"> | ||
<img src="./123.jpg" alt="123" width="80px" height="80px"> | ||
</div> | ||
<div style=" | ||
background-color: aqua; | ||
text-align: center; | ||
padding: 60px;"> | ||
<p>miHoyo 网站缝合怪</p> | ||
<a href="https://ys.mihoyo.com/cloud">云·原神</a> | ||
<a href="https://sr.mihoyo.com/cloud">云·星穹铁道</a> | ||
</div> | ||
<div style=" | ||
background-color: #F1F1F1; | ||
text-align: center; | ||
padding: 20px;"> | ||
<p>没啥好玩的</p> | ||
</div> | ||
</body> | ||
</html> |