Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunexiz authored Jul 27, 2024
1 parent fac1e12 commit cb586b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
<meta property="og:description" content="Retrieve 10 cat images." />
<meta property="og:image" content="/10.png" />
<meta property="og:url" content="https://cat.is-a.dev" />
<style>
#button-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}

button {
border-radius: 10px;
margin: 10px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
cursor: pointer;
}
</style>
</head>
<body>
<div id="button-container"></div>
Expand Down

0 comments on commit cb586b2

Please sign in to comment.