Skip to content

Commit

Permalink
display logo
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydejager committed Apr 1, 2024
1 parent c7bfaea commit 8a97dff
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; url='https://github.com/codeploy-org/codeploy'" />
</head>
<body>
<p>You will be redirected to https://github.com/codeploy-org/codeploy soon!</p>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="5; url='https://github.com/codeploy-org/codeploy'" />
<title>codeploy.org</title>
<style>
body {
background-color: #120200;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.logo-container {
max-width: 80%; /* Adjust as needed */
max-height: 80%; /* Adjust as needed */
}
.logo {
width: 100%;
height: auto;
display: block;
}
</style>
</head>
<body>
<div class="logo-container">
<img class="logo" src="./assets/img/codeploy.gif" alt="Logo">
</div>
</body>
</html>

0 comments on commit 8a97dff

Please sign in to comment.