Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
修改主页样式
  • Loading branch information
tingjiangcao authored Nov 21, 2024
1 parent 42cb0af commit 514d6ed
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<title>F5 Flow</title>
<style>
body {
background-color: #f7f7f7;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<h1>Welcome to My Website!</h1>
<img src="logo.png" alt="Logo">
</body>
</html>

0 comments on commit 514d6ed

Please sign in to comment.