-
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
0 parents
commit 3aa6178
Showing
1 changed file
with
40 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,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>卡拉垃基</title> | ||
</head> | ||
<style> | ||
.title{ | ||
font-size:30px; | ||
} | ||
</style> | ||
<body style="display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
margin: 50;"> | ||
<ding style="width: 100%;height: 607px; | ||
display: flex;background-color: rgb(193, 44, 44); | ||
align-items: center;justify-content: center;"><img src="https://easylink.cc/hq0nr" alt="拉雯妲" width="1080px" height="607"></ding> | ||
<b class="title">心之怪盗团</b> | ||
<b class="title">参上</b> | ||
<p class="title"style="font-size:40px;margin:28px">TAKE YOUR HEART</p> | ||
<text style="display: flex;align-items: center;flex-direction: column; | ||
margin: 0;font-size:larger;"> | ||
<p>《女神异闻录5皇家版》热销中</p> | ||
<b>贪婪之人</b> | ||
<p>我们将偷走你内心的欲望</p> | ||
<p>啦啦啦啦啦啦啦啦</p> | ||
<p>啦啦啦啦啦啦啦啦</p> | ||
<p>啦啦啦啦啦啦啦啦</p> | ||
<p>这是用来凑字数使网站美观的</p> | ||
</text> | ||
<bottom style="width: 100%;height: 180px; | ||
display: flex;background-color: #c8c7c789;flex-direction:column; | ||
align-items: center;justify-content: center;margin: 0px;"> | ||
<p style="margin: 0;">备案号</p> | ||
<p>卡拉垃基</p> | ||
</bottom> | ||
</body> | ||
</html> |