Skip to content

Commit

Permalink
add: conflict.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Sep 30, 2024
1 parent 7e4b213 commit 3111eb1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/conflict.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conflict!</title>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}
h1 {
font-size: 3em;
margin-bottom: 20px;
}
iframe {
width: 80%;
height: 60%;
}
</style>
</head>
<body>
<h1>HTTP status code: 409 Conflict!</h1>
<iframe src="https:////player.bilibili.com/player.html?isOutside=true&aid=989089&bvid=BV1xs411Z7vw&cid=1429753&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
</body>
</html>

0 comments on commit 3111eb1

Please sign in to comment.